This commit is contained in:
juanatsap
2025-11-16 10:11:58 +00:00
parent f93adf04cb
commit 25e9ebafe7
42 changed files with 8219 additions and 224 deletions
+6 -13
View File
@@ -19,17 +19,10 @@ module.exports = defineConfig({
use: { ...devices['Desktop Chrome'] },
},
],
webServer: [
{
command: 'echo "Sites should already be running on 3000 and 1999"',
url: 'http://localhost:1999',
reuseExistingServer: true,
timeout: 5000,
},
{
url: 'http://localhost:3000',
reuseExistingServer: true,
timeout: 5000,
}
],
webServer: {
command: 'npm run dev',
url: 'http://localhost:1999',
reuseExistingServer: true,
timeout: 5000,
},
});