From 56fa963a1d63cbe0bf28e29e717cceaa417c45c1 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Thu, 25 Aug 2022 08:09:18 +0200 Subject: feat: Remove frontpage --- apps/frontpage/playwright.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 apps/frontpage/playwright.config.js (limited to 'apps/frontpage/playwright.config.js') 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; -- cgit v1.3