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