mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-07-31 09:17:11 -04:00
Update browser extension dev API URL handling (#2166)
This commit is contained in:
committed by
Leendert de Borst
parent
91544ebc31
commit
31f10c5ade
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user