Skip to content

Commit b80485b

Browse files
committed
update start command
1 parent dceafb7 commit b80485b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"type": "module",
55
"scripts": {
6-
"start": "node ./dist/index.js",
6+
"start": "node ./dist/server.js",
77
"build": "vite build"
88
},
99
"dependencies": {

0 commit comments

Comments
 (0)