Skip to content

Commit 028b037

Browse files
author
sanex3339
committed
Rollback to server.js
1 parent 499944b commit 028b037

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
@@ -6,7 +6,7 @@
66
"node": ">=6.3.1"
77
},
88
"scripts": {
9-
"start": "server.js",
9+
"start": "node server.js",
1010
"stop": "pm2 delete ecosystem.config.js",
1111
"webpack:dev": "webpack --mode development --config webpack.conf.js --watch --color --progress",
1212
"webpack:prod": "NODE_ENV=production webpack --mode production --config webpack.conf.js --devtool source-map --progress --optimize-minimize",

0 commit comments

Comments
 (0)