Fix ports

This commit is contained in:
Manav Rathi 2024-03-30 20:59:05 +05:30
parent 7183a8b493
commit 14e99ea26a
No known key found for this signature in database

View file

@ -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"