diff options
Diffstat (limited to 'apps/frontpage/playwright.config.ts')
| -rw-r--r-- | apps/frontpage/playwright.config.ts | 10 |
1 files changed, 0 insertions, 10 deletions
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; |
