Skip to content

Commit cb0b7eb

Browse files
committed
fix playwright test by adding cache header via release mode
1 parent 97a670a commit cb0b7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎packages/playwright-tests/playwright.config.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if (process.platform === "win32") {
6464
{
6565
cwd: path.join(process.cwd(), "fullstack"),
6666
command:
67-
'cargo run --package dioxus-cli --release -- run --force-sequential --web --addr "127.0.0.1" --port 3333',
67+
'cargo run --package dioxus-cli --release -- run --force-sequential --web --addr "127.0.0.1" --port 3333 --release',
6868
port: 3333,
6969
timeout: 50 * 60 * 1000,
7070
reuseExistingServer: !process.env.CI,

0 commit comments

Comments
 (0)