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.js | 9 +++++++++ 1 file changed, 9 insertions(+) create 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 new file mode 100644 index 0000000..c97fd46 --- /dev/null +++ b/apps/frontpage/playwright.config.js @@ -0,0 +1,9 @@ +/** @type {import("@playwright/test").PlaywrightTestConfig} */ +const config = { + webServer: { + command: "npm run build && npm run preview", + port: 3000 + } +}; + +export default config; -- cgit v1.3