mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2026-01-09 10:55:43 +00:00
Renamed command for starting server to "start"
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
"repository": "git@github.com:kevinmidboe/planetposen.git",
|
"repository": "git@github.com:kevinmidboe/planetposen.git",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cross-env NODE_ENV=development webpack-dev-server --progress",
|
"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"
|
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
|
||||||
},
|
},
|
||||||
"author": "KevinMidboe <kevin.midboe@gmail.com>",
|
"author": "KevinMidboe <kevin.midboe@gmail.com>",
|
||||||
|
|||||||
Reference in New Issue
Block a user