Renamed command for starting server to "start"

This commit is contained in:
2020-07-18 22:25:47 +02:00
parent 141977c825
commit 03fe66c9f1

View File

@@ -6,7 +6,7 @@
"repository": "git@github.com:kevinmidboe/planetposen.git",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
"server": "NODE_PATH=server node server/app.js",
"start": "NODE_PATH=server node server/app.js",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"author": "KevinMidboe <kevin.midboe@gmail.com>",