Loading...
Loading...
Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work.
npx skill4agent add wasp-lang/claude-plugins start-dev-serverbackground tasks.env.serverDATABASE_URLDATABASE_URLschema.prismadatasourcewasp start dbwasp start dbwasp startwasp db migrate-dev --name <migration-name>localhost:3000localhost:3001| Option | Description |
|---|---|
| Chrome DevTools MCP (recommended) | Use the |
| Built-in Chrome | Use Claude Code's built-in browser connection (check status with |
| Manual | User will manually copy/paste console output when needed |
| Other | User has another preference |