Skip to content

Commit

Permalink
bugfix: remove call to deleted function from develop script (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
presleyp committed Apr 1, 2022
1 parent b226103 commit 4601a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion develop.sh
Expand Up @@ -13,7 +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
create_initial_user &
CODERV2_HOST=http://127.0.0.1:3000 yarn --cwd=./site dev &
go run cmd/coder/main.go start --dev --tunnel=false
)

0 comments on commit 4601a35

Please sign in to comment.