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