Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bbe156 commit 69797adCopy full SHA for 69797ad
scripts/develop.sh
@@ -122,7 +122,7 @@ fatal() {
122
trap 'fatal "Script encountered an error"' ERR
123
124
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" "$@"
+ 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 "*" "$@"
126
127
echo '== Waiting for Coder to become ready'
128
# Start the timeout in the background so interrupting this script
0 commit comments