feat: add mock server mode for UI testing

This commit is contained in:
Nathan Flurry 2026-01-27 03:42:41 -08:00
parent f5d1a6383d
commit d24f983e2c
21 changed files with 1108 additions and 848 deletions

View file

@ -7,7 +7,8 @@
"build": "turbo run build",
"dev": "turbo run dev --parallel",
"generate": "turbo run generate",
"typecheck": "turbo run typecheck"
"typecheck": "turbo run typecheck",
"docs": "pnpm dlx mintlify dev docs"
},
"devDependencies": {
"turbo": "^2.4.0"