Files
sveltekit-og/examples/vercel-build/playwright.config.js
Shivam Meena 8a8326e834 New changes
2023-06-06 22:04:58 +05:30

10 lines
184 B
JavaScript

/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
webServer: {
command: 'npm run build && npm run preview',
port: 4173
}
};
export default config;