summaryrefslogtreecommitdiffhomepage
path: root/packages/app
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app')
-rw-r--r--packages/app/AGENTS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/app/AGENTS.md b/packages/app/AGENTS.md
index ca19456fe..9c3bb1b4b 100644
--- a/packages/app/AGENTS.md
+++ b/packages/app/AGENTS.md
@@ -1,9 +1,10 @@
## Debugging
-- To test the opencode app, use the playwrite mcp server, the app is already
+- To test the opencode app, use the playwright MCP server, the app is already
running at http://localhost:3000
- NEVER try to restart the app, or the server process, EVER.
+
## SolidJS
- Always prefer `createStore` over multiple `createSignal` calls