From 0868d71752f013551d8bc86c811aa82e2260d5ec Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Thu, 13 Apr 2023 14:47:13 +0000 Subject: [PATCH] chore: turn on experimnets --- scripts/develop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/develop.sh b/scripts/develop.sh index 93696f36f16cc..dea74c28e35af 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