chore: Use Vite instead of Webpack for development (#4156)

This commit is contained in:
Bruno Quaresma
2022-09-23 15:22:48 -03:00
committed by GitHub
parent ee00a1d886
commit 189c562826
22 changed files with 462 additions and 37 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 || kill -INT -$$ &
CODER_HOST=http://127.0.0.1:3000 INSPECT_XSTATE=false yarn --cwd=./site dev:vite || kill -INT -$$ &
log
log "===================================================================="