Files
sveltekit-og/examples/cf-workers-build/playwright.config.js
Shivam Meena 3306bf03b3 resvg wasm
2023-06-07 17:29:57 +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;