Skip to content

Commit 06b83b2

Browse files
committed
chore: 🔧 update playwright config
1 parent f049162 commit 06b83b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'
33
const config: PlaywrightTestConfig = {
44
webServer: {
55
command: 'npm run build && npm run preview',
6-
port: 3000,
6+
port: 4173,
77
},
88
}
99

0 commit comments

Comments
 (0)