Node build test

This commit is contained in:
Shivam Meena
2023-06-06 20:01:58 +05:30
parent e886cae9b7
commit a67890bd4d
23 changed files with 892 additions and 656 deletions

View File

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