Browse Source

add start port

Nikolay Suslov 7 years ago
parent
commit
930f3ecdd9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -4,7 +4,7 @@
   "version": "0.0.1",
   "author": "Nikolai Suslov",
   "scripts": {
-    "start": "node ./node-server.js --applicationPath=./public",
+    "start": "node ./node-server.js --applicationPath=./public -p 4007",
     "test": "echo \"Error: no test specified\" && exit 1"
   },
   "directories": {