We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d0fe18 commit 315877dCopy full SHA for 315877d
1 file changed
docs/scripts/test-cypress
@@ -5,7 +5,7 @@ set -e
5
cd "$(dirname "$0")/.."
6
7
echo '== Starting server =='
8
-pnpm exec iles preview --port 3050 &
+pnpm exec iles preview --host 0.0.0.0 --port 3050 &
9
10
echo '== Waiting for server to respond... =='
11
pnpx wait-on http-get://localhost:3050 --delay 1000 --timeout 60000
0 commit comments