]> git.lizzy.rs Git - frontend-next.git/blob - playwright.config.js
Use encodeURIComponent to encode language for URI
[frontend-next.git] / 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;