docs: add devtools mcp guidance
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
- Portal dev server proxies `/v1` to `http://localhost:8080` (`frontend/portal/vite.config.js`).
|
||||
- Superadmin dev server proxies `/super/v1` and `/v1` to `http://localhost:8080` (`frontend/superadmin/vite.config.mjs`).
|
||||
|
||||
## Chrome DevTools MCP
|
||||
|
||||
- Start Chrome with remote debugging: `google-chrome --remote-debugging-port=9222`.
|
||||
- Use MCP to connect at `http://127.0.0.1:9222`.
|
||||
- Open target URLs via MCP and run page-level assertions (no API-level calls required).
|
||||
|
||||
## Run Seed
|
||||
|
||||
- Execute `go run ./backend/main.go seed`.
|
||||
|
||||
Reference in New Issue
Block a user