Fix ports
This commit is contained in:
parent
7183a8b493
commit
14e99ea26a
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@
|
|||
"lint": "yarn prettier --check . && yarn workspaces run eslint .",
|
||||
"lint-fix": "yarn prettier --write . && yarn workspaces run eslint --fix .",
|
||||
"preview:accounts": "yarn build:accounts && python3 -m http.server -d apps/accounts/out 3001",
|
||||
"preview:auth": "yarn build:auth && python3 -m http.server -d apps/auth/out 3001",
|
||||
"preview:auth": "yarn build:auth && python3 -m http.server -d apps/auth/out 3000",
|
||||
"preview:cast": "yarn build:cast && python3 -m http.server -d apps/accounts/out 3001",
|
||||
"preview:photos": "yarn build:photos && python3 -m http.server -d apps/photos/out 3001"
|
||||
"preview:photos": "yarn build:photos && python3 -m http.server -d apps/photos/out 3000"
|
||||
},
|
||||
"resolutions": {
|
||||
"libsodium": "0.7.9"
|
||||
|
|
Loading…
Add table
Reference in a new issue