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 --- old-apps/frontpage/playwright.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 old-apps/frontpage/playwright.config.js (limited to 'old-apps/frontpage/playwright.config.js') 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; -- cgit v1.3