imbytecat
f7f86e4462
refactor(orpc): simplify architecture following KISS principle
- Fix NotFount.tsx typo -> NotFound.tsx
- Restructure ORPC: server -> middlewares -> procedures -> handlers
- Remove std-env dependency and over-engineered ephemeral detection
- Add procedures.ts as middleware composition layer
- Use globalThis for DB singleton (survives HMR)
- Preserve context in middleware (fix context merge bug)
- Remove unused ORPCContextWithDb type
2026-02-07 03:13:29 +08:00
..
2026-01-18 16:33:48 +08:00
2026-01-18 15:09:20 +08:00
2026-01-18 17:04:08 +08:00
2026-01-18 15:09:20 +08:00
2026-01-18 16:33:48 +08:00
2026-01-18 15:09:20 +08:00
2026-02-07 03:13:29 +08:00
2026-01-18 16:27:00 +08:00
2026-01-18 16:33:48 +08:00