Update browser extension dev API URL handling (#2166)

This commit is contained in:
Leendert de Borst
2026-06-14 14:53:08 +02:00
committed by Leendert de Borst
parent 91544ebc31
commit 31f10c5ade
3 changed files with 91 additions and 3 deletions

View File

@@ -248,8 +248,7 @@ start_ext() {
"Dev server http://localhost:$EXT_PORT" \
"API http://localhost:$API_HTTP"
cd "$ROOT_DIR/apps/browser-extension"
VITE_DEFAULT_API_URL="http://localhost:$API_HTTP" \
npm run dev:chrome -- --port "$EXT_PORT"
npm run dev:chrome -- --port "$EXT_PORT"
}
start_mobile() {