diff options
Diffstat (limited to 'playwright.config.js')
| -rw-r--r-- | playwright.config.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/playwright.config.js b/playwright.config.js deleted file mode 100644 index 8809fca..0000000 --- a/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; |