From 14e99ea26add86f8c440a8b5186aae48727e3901 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Sat, 30 Mar 2024 20:59:05 +0530 Subject: [PATCH] Fix ports --- web/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/package.json b/web/package.json index 19a6c29e61..58515a9595 100644 --- a/web/package.json +++ b/web/package.json @@ -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"