Skip to content
This repository was archived by the owner on Jun 22, 2020. It is now read-only.

Commit ccd22ad

Browse files
committed
fix: add 3020 port
1 parent 424551f commit ccd22ad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"scripts": {
1414
"dev": "cross-env HOST=0.0.0.0 PORT=3000 nuxt",
1515
"dev-hcj": "cross-env HOST=0.0.0.0 PORT=3010 nuxt",
16+
"dev-wsj": "cross-env HOST=0.0.0.0 PORT=3020 nuxt",
1617
"build": "nuxt build",
1718
"start": "nuxt start",
1819
"generate": "nuxt generate",

0 commit comments

Comments
 (0)