Skip to content

Commit 315877d

Browse files
committed
chore: make sure it can access the dev server in localhost
1 parent 7d0fe18 commit 315877d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/scripts/test-cypress

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55
cd "$(dirname "$0")/.."
66

77
echo '== Starting server =='
8-
pnpm exec iles preview --port 3050 &
8+
pnpm exec iles preview --host 0.0.0.0 --port 3050 &
99

1010
echo '== Waiting for server to respond... =='
1111
pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 60000

0 commit comments

Comments
 (0)