Initialize project scaffold with full web and API setup.
Add the Vite frontend, Express API server, and supporting configuration files so the app can run locally on a complete development stack. Made-with: Cursor
This commit is contained in:
10
playwright.config.ts
Normal file
10
playwright.config.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createLovableConfig } from "lovable-agent-playwright-config/config";
|
||||
|
||||
export default createLovableConfig({
|
||||
// Add your custom playwright configuration overrides here
|
||||
// Example:
|
||||
// timeout: 60000,
|
||||
// use: {
|
||||
// baseURL: 'http://localhost:3000',
|
||||
// },
|
||||
});
|
||||
Reference in New Issue
Block a user