]> git.r.bdr.sh - rbdr/forum/blob - playwright.config.js
Update / use typescript
[rbdr/forum] / playwright.config.js
1 /** @type {import('@playwright/test').PlaywrightTestConfig} */
2 const config = {
3 webServer: {
4 command: 'npm run build && npm run preview',
5 port: 3000
6 }
7 };
8
9 export default config;