chore: Use Vite as main dev runner for FE (#4230)

This commit is contained in:
Bruno Quaresma
2022-09-27 21:09:16 -03:00
committed by GitHub
parent 9775228b00
commit 59cc4a2586
4 changed files with 18 additions and 505 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ CODER_DEV_SHIM="${PROJECT_ROOT}/scripts/coder-dev.sh"
fi
# Start the frontend once we have a template up and running
CODER_HOST=http://127.0.0.1:3000 INSPECT_XSTATE=false yarn --cwd=./site dev:vite || kill -INT -$$ &
CODER_HOST=http://127.0.0.1:3000 yarn --cwd=./site dev || kill -INT -$$ &
log
log "===================================================================="