Files
plume/.next/app-path-routes-manifest.json

29 lines
1.1 KiB
JSON

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