mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore(site): Add XState inspector (#872)
* Use XState inspector in dev mode * Add new env var * Lint
This commit is contained in:
@ -13,6 +13,6 @@ cd "${PROJECT_ROOT}"
|
||||
# https://stackoverflow.com/questions/3004811/how-do-you-run-multiple-programs-in-parallel-from-a-bash-script
|
||||
(
|
||||
trap 'kill 0' SIGINT
|
||||
CODERV2_HOST=http://127.0.0.1:3000 yarn --cwd=./site dev &
|
||||
CODERV2_HOST=http://127.0.0.1:3000 INSPECT_XSTATE=true yarn --cwd=./site dev &
|
||||
go run cmd/coder/main.go start --dev --tunnel=false
|
||||
)
|
||||
|
Reference in New Issue
Block a user