diff --git a/scripts/develop.sh b/scripts/develop.sh index eb4f6f4262d7d..cfeed0b76fbe7 100755 --- a/scripts/develop.sh +++ b/scripts/develop.sh @@ -122,7 +122,7 @@ fatal() { trap 'fatal "Script encountered an error"' ERR cdroot - start_cmd API "" "${CODER_DEV_SHIM}" server --http-address 0.0.0.0:3000 --swagger-enable --access-url "http://127.0.0.1:3000" "$@" + start_cmd API "" "${CODER_DEV_SHIM}" server --http-address 0.0.0.0:3000 --swagger-enable --access-url "http://127.0.0.1:3000" --experiments "*" "$@" echo '== Waiting for Coder to become ready' # Start the timeout in the background so interrupting this script