You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/develop.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -131,7 +131,7 @@ fatal() {
131
131
trap'fatal "Script encountered an error"' ERR
132
132
133
133
cdroot
134
-
start_cmd API """${CODER_DEV_SHIM}" server --http-address 0.0.0.0:3000 --swagger-enable --dangerous-allow-cors-requests=true --experiments "*,moons,workspace_actions""$@"
134
+
start_cmd API """${CODER_DEV_SHIM}" server --http-address 0.0.0.0:3000 --swagger-enable --access-url "http://127.0.0.1:3000" --dangerous-allow-cors-requests=true --experiments "*,moons""$@"
135
135
136
136
echo'== Waiting for Coder to become ready'
137
137
# Start the timeout in the background so interrupting this script
0 commit comments