Skip to content

Commit 4601a35

Browse files
authored
bugfix: remove call to deleted function from develop script (#800)
1 parent b226103 commit 4601a35

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

develop.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ cd "${PROJECT_ROOT}"
1313
# https://stackoverflow.com/questions/3004811/how-do-you-run-multiple-programs-in-parallel-from-a-bash-script
1414
(
1515
trap 'kill 0' SIGINT
16-
create_initial_user &
1716
CODERV2_HOST=http://127.0.0.1:3000 yarn --cwd=./site dev &
1817
go run cmd/coder/main.go start --dev --tunnel=false
1918
)

0 commit comments

Comments
 (0)