File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments