Skip to content

Commit 3d5ee46

Browse files
docs: update AGENTS.md to use port 5003 for backend
1 parent a513712 commit 3d5ee46

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Commands
44

5-
- `pnpm dev` - Start both backend (5001) and frontend (5173)
5+
- `pnpm dev` - Start both backend (5003) and frontend (5173)
66
- `pnpm dev:backend` - Backend only: `bun --watch backend/src/index.ts`
77
- `pnpm dev:frontend` - Frontend only: `cd frontend && vite`
88
- `pnpm build` - Build both backend and frontend
@@ -50,6 +50,6 @@
5050
- Never leave dead code: remove unused code, commented-out blocks, and unused variables/imports.
5151
- ./temp/opencode is reference only, never commit has opencode src
5252
- Use shared types from workspace package (@opencode-manager/shared)
53-
- OpenCode server runs on port 5551, backend API on port 5001
53+
- OpenCode server runs on port 5551, backend API on port 5003
5454
- Prefer pnpm over npm for all package management
5555
- Run `pnpm lint` after completing tasks to ensure code quality

0 commit comments

Comments
 (0)