From 1cb220ef54ddaf635b322d8c24f38613f371285e Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 5 Jun 2022 15:43:08 +0200 Subject: feat: New frontpage --- apps/frontpage/playwright.config.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/frontpage/playwright.config.ts (limited to 'apps/frontpage/playwright.config.ts') diff --git a/apps/frontpage/playwright.config.ts b/apps/frontpage/playwright.config.ts deleted file mode 100644 index 05dea1f..0000000 --- a/apps/frontpage/playwright.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type {PlaywrightTestConfig} from "@playwright/test"; - -const config: PlaywrightTestConfig = { - webServer: { - command: "pnpm run build && pnpm run preview", - port: 3000 - } -}; - -export default config; -- cgit v1.3