Files
plume/.next/dev/server/app-paths-manifest.json

15 lines
726 B
JSON

{
"/api/ai/generate/route": "app/api/ai/generate/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/chapters/[id]/route": "app/api/chapters/[id]/route.js",
"/api/chapters/route": "app/api/chapters/route.js",
"/api/projects/[id]/route": "app/api/projects/[id]/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",
"/login/page": "app/login/page.js",
"/pricing/page": "app/pricing/page.js",
"/project/[id]/page": "app/project/[id]/page.js",
"/project/[id]/settings/page": "app/project/[id]/settings/page.js"
}