Files
plume/.next/server/app-paths-manifest.json
2026-02-28 08:42:15 +01:00

32 lines
1.6 KiB
JSON

{
"/_global-error/page": "app/_global-error/page.js",
"/_not-found/page": "app/_not-found/page.js",
"/api/ai/generate/route": "app/api/ai/generate/route.js",
"/api/ai/transform/route": "app/api/ai/transform/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/auth/register/route": "app/api/auth/register/route.js",
"/api/chapters/[id]/route": "app/api/chapters/[id]/route.js",
"/api/chapters/route": "app/api/chapters/route.js",
"/api/entities/[id]/route": "app/api/entities/[id]/route.js",
"/api/entities/route": "app/api/entities/route.js",
"/api/ideas/[id]/route": "app/api/ideas/[id]/route.js",
"/api/ideas/route": "app/api/ideas/route.js",
"/api/plans/route": "app/api/plans/route.js",
"/api/projects/[id]/route": "app/api/projects/[id]/route.js",
"/api/projects/[id]/workflow/route": "app/api/projects/[id]/workflow/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/user/profile/route": "app/api/user/profile/route.js",
"/checkout/page": "app/checkout/page.js",
"/dashboard/page": "app/dashboard/page.js",
"/features/page": "app/features/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js",
"/pricing/page": "app/pricing/page.js",
"/profile/page": "app/profile/page.js",
"/project/[id]/ideas/page": "app/project/[id]/ideas/page.js",
"/project/[id]/page": "app/project/[id]/page.js",
"/project/[id]/settings/page": "app/project/[id]/settings/page.js",
"/project/[id]/workflow/page": "app/project/[id]/workflow/page.js",
"/project/[id]/world/page": "app/project/[id]/world/page.js",
"/signup/page": "app/signup/page.js"
}