There was an error while loading. Please reload this page.
1 parent 97a670a commit cb0b7ebCopy full SHA for cb0b7eb
packages/playwright-tests/playwright.config.js
@@ -64,7 +64,7 @@ if (process.platform === "win32") {
64
{
65
cwd: path.join(process.cwd(), "fullstack"),
66
command:
67
- 'cargo run --package dioxus-cli --release -- run --force-sequential --web --addr "127.0.0.1" --port 3333',
+ 'cargo run --package dioxus-cli --release -- run --force-sequential --web --addr "127.0.0.1" --port 3333 --release',
68
port: 3333,
69
timeout: 50 * 60 * 1000,
70
reuseExistingServer: !process.env.CI,
0 commit comments