Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 69797ad

Browse files
authored
chore: turn on experiments while developing (#7121)
1 parent 0bbe156 commit 69797ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/develop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ fatal() {
122122
trap 'fatal "Script encountered an error"' ERR
123123

124124
cdroot
125-
start_cmd API "" "${CODER_DEV_SHIM}" server --http-address 0.0.0.0:3000 --swagger-enable --access-url "http://127.0.0.1:3000" "$@"
125+
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 "*" "$@"
126126

127127
echo '== Waiting for Coder to become ready'
128128
# Start the timeout in the background so interrupting this script

0 commit comments

Comments
 (0)