We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b226103 commit 4601a35Copy full SHA for 4601a35
develop.sh
@@ -13,7 +13,6 @@ cd "${PROJECT_ROOT}"
13
# https://stackoverflow.com/questions/3004811/how-do-you-run-multiple-programs-in-parallel-from-a-bash-script
14
(
15
trap 'kill 0' SIGINT
16
- create_initial_user &
17
CODERV2_HOST=http://127.0.0.1:3000 yarn --cwd=./site dev &
18
go run cmd/coder/main.go start --dev --tunnel=false
19
)
0 commit comments