From 69797add49f9475de4713a4617b8f28f76bb659f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Fri, 14 Apr 2023 17:42:03 +0300 Subject: [PATCH] chore: turn on experiments while developing (#7121) --- scripts/develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/develop.sh b/scripts/develop.sh index eb4f6f4262..cfeed0b76f 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