We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6482165 commit 8d9fd32Copy full SHA for 8d9fd32
1 file changed
commands/prp-implement.toml
@@ -173,7 +173,7 @@ SERVER_PID=$!
173
# Wait for server to be ready (adjust port as needed)
174
SERVER_READY=0
175
for i in $(seq 1 30); do
176
- if curl -sf http://localhost:PORT/health >/dev/null 2>&1; then
+ if curl -sf http://localhost:${PORT:-3000}/health >/dev/null 2>&1; then
177
SERVER_READY=1
178
break
179
fi
0 commit comments