Skip to content

Commit

Permalink
pls work
Browse files Browse the repository at this point in the history
  • Loading branch information
maybeast committed Aug 1, 2024
1 parent 14e9377 commit 2a815f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: "npm run build && npm run preview -- --host 0.0.0.0",
port: 4173,
url: 'https://localhost:4173',
// port: 4173,
reuseExistingServer: !process.env.CI,
stdout: "pipe",
stderr: "pipe",
Expand Down

0 comments on commit 2a815f1

Please sign in to comment.