jacksmith is gay

This commit is contained in:
2023-04-06 10:24:33 +05:00
parent f5f05c1908
commit 54f76891d3
25 changed files with 5126 additions and 5133 deletions

10
playwright.config.js Normal file
View File

@ -0,0 +1,10 @@
/** @type {import('@playwright/test').PlaywrightTestConfig} */
const config = {
webServer: {
command: 'npm run build && npm run preview',
port: 4173
},
testDir: 'tests'
};
export default config;