mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-30 19:24:28 -04:00
Clean
This commit is contained in:
@@ -18,14 +18,14 @@ esac
|
||||
|
||||
ENVIRONMENT=$ENV
|
||||
NEXT_PUBLIC_FIREBASE_ENV="${ENVIRONMENT}"
|
||||
WEB_DIR=web
|
||||
|
||||
DIR=web
|
||||
source .env
|
||||
|
||||
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_FIREBASE_ENV=$NEXT_ENV yarn --cwd=$DIR serve" \
|
||||
"cross-env yarn --cwd=$DIR ts-watch"
|
||||
"cross-env NEXT_PUBLIC_FIREBASE_ENV=$NEXT_ENV yarn --cwd=$WEB_DIR serve" \
|
||||
"cross-env yarn --cwd=$WEB_DIR ts-watch"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user