aboutsummaryrefslogtreecommitdiffstats
path: root/old-apps/frontpage/playwright.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'old-apps/frontpage/playwright.config.js')
-rw-r--r--old-apps/frontpage/playwright.config.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/old-apps/frontpage/playwright.config.js b/old-apps/frontpage/playwright.config.js
deleted file mode 100644
index c97fd46..0000000
--- a/old-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;