From b7e39b59fd0fc7b5610ebff29035bf622079e0d8 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 5 Oct 2022 20:45:21 +0800 Subject: refactor: Change file structure --- apps/kit/playwright.config.ts | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 apps/kit/playwright.config.ts (limited to 'apps/kit/playwright.config.ts') diff --git a/apps/kit/playwright.config.ts b/apps/kit/playwright.config.ts deleted file mode 100644 index 5926752..0000000 --- a/apps/kit/playwright.config.ts +++ /dev/null @@ -1,10 +0,0 @@ -import type { PlaywrightTestConfig } from '@playwright/test'; - -const config: PlaywrightTestConfig = { - webServer: { - command: 'pnpm run dev', - port: 5173 - } -}; - -export default config; -- cgit v1.3