mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-18 14:55:18 -05:00
Clean NEXT_PUBLIC_FIREBASE_ENV
This commit is contained in:
@@ -17,3 +17,5 @@ EMAIL_FROM=
|
||||
|
||||
# Development
|
||||
DATABASE_URL="postgresql://postgres:password@localhost:5432/compass"
|
||||
|
||||
NEXT_PUBLIC_API_URL=localhost:8088
|
||||
2
dev.sh
2
dev.sh
@@ -22,6 +22,6 @@ npx dotenv -e .env -- npx concurrently \
|
||||
-n API,NEXT,TS \
|
||||
-c white,magenta,cyan \
|
||||
"cross-env ENV=$NEXT_ENV yarn --cwd=backend/api dev" \
|
||||
"cross-env NEXT_PUBLIC_API_URL=localhost:8088 NEXT_PUBLIC_FIREBASE_ENV=$NEXT_ENV yarn --cwd=$DIR serve" \
|
||||
"cross-env NEXT_PUBLIC_FIREBASE_ENV=$NEXT_ENV yarn --cwd=$DIR serve" \
|
||||
"cross-env yarn --cwd=$DIR ts-watch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user