Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
bugfix: remove call to deleted function from develop script
  • Loading branch information
presleyp committed Mar 31, 2022
commit 853b780f792e697ff9df54b441496afd48444438
1 change: 0 additions & 1 deletion develop.sh
Original file line number Diff line number Diff line change
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
)