accounts/dashboard/cms
Haitao Pan f3d0a7f931 fix(dashboard): resolve npm run build errors
- Fix module path in prebuild script (../../scripts → ../scripts)
- Update API routes to use Promise-based params for Next.js 16
- Install @types/sanitize-html and @types/js-yaml
- Fix component prop naming (loading → isLoading, saving → isSaving, etc.)
- Update VLESS config type definition with missing 'id' property
- Fix TypeScript type conflicts and export declarations

🤖 Generated with [Claude Code](https://claude.com/claude-code)
2025-11-06 11:07:30 +08:00
..
content Update support contact copy and translations (#572) 2025-10-18 18:03:09 +08:00
extensions Add layout offset below fixed navbar (#550) 2025-10-17 16:34:49 +08:00
templates/default refactor: refresh marketing theme with brand blue (#573) 2025-10-18 18:07:36 +08:00
themes/default feat(dashboard): add theme system and account switcher (#540) 2025-10-17 13:57:43 +08:00
client.ts Refactor CMS runtime imports for client safety (#544) 2025-10-17 14:30:49 +08:00
config.ts fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
contentSources.ts Refactor CMS runtime imports for client safety (#544) 2025-10-17 14:30:49 +08:00
extensionRuntime.ts fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
index.ts Refactor CMS runtime imports for client safety (#544) 2025-10-17 14:30:49 +08:00
package.json feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support 2025-11-06 10:21:19 +08:00
types.ts feat(dashboard): add template registry (#539) 2025-10-17 13:53:13 +08:00