Skip to content

Commit 1fd5dcb

Browse files
committed
Merge pull request #966 from trungtin/patch-1
Update Package.json
2 parents d05aa63 + 3ec5ecb commit 1fd5dcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@
7777
"command": "node webpack/webpack-dev-server.js",
7878
"env": {
7979
"UV_THREADPOOL_SIZE": 100,
80-
"NODE_PATH": "./src"
80+
"NODE_PATH": "./src",
81+
"PORT": 3000,
82+
"APIPORT": 3030
8183
}
8284
},
8385
"build": {

0 commit comments

Comments
 (0)