diff options
Diffstat (limited to 'test/apps/bun-dev.sh')
-rw-r--r-- | test/apps/bun-dev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/apps/bun-dev.sh b/test/apps/bun-dev.sh index f2d76d028..fd2447e93 100644 --- a/test/apps/bun-dev.sh +++ b/test/apps/bun-dev.sh @@ -18,7 +18,7 @@ echo $bacon_content >"$dir/public/bacon.html" cd $dir -$BUN_BIN --port 8087 & +$BUN_BIN dev --port 8087 & sleep 0.005 if [ "$(curl --fail -sS http://localhost:8087/)" != "$index_content" ]; then |