accounts/dashboard/cms/package.json
Haitao Pan b4696470f6 feat(dashboard): upgrade Next.js 14 → 16 with Turbopack support
- Fix @theme module resolution for Turbopack
- Add external image domain config (dl.svc.plus)
- Resolve YAML file module type errors
- Support RUNTIME_ENV env var for config selection
- Optimize next.config.mjs for Next.js 16 compatibility

Closes #upgrade-next16
2025-11-06 10:21:19 +08:00

8 lines
86 B
JSON

{
"name": "@cms",
"version": "1.0.0",
"type": "module",
"main": "index.ts"
}