diff options
Diffstat (limited to 'apps/frontpage/playwright.config.js')
| -rw-r--r-- | apps/frontpage/playwright.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/apps/frontpage/playwright.config.js b/apps/frontpage/playwright.config.js deleted file mode 100644 index c97fd46..0000000 --- a/apps/frontpage/playwright.config.js +++ /dev/null @@ -1,9 +0,0 @@ -/** @type {import("@playwright/test").PlaywrightTestConfig} */ -const config = { - webServer: { - command: "npm run build && npm run preview", - port: 3000 - } -}; - -export default config; |
