bugfix: remove call to deleted function from develop script (#800)

This commit is contained in:
Presley Pizzo 2022-04-01 08:54:55 -04:00 committed by GitHub
parent b2261030e6
commit 4601a35c01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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
)