biohazard-vfx/.next/server/app-paths-manifest.json
2025-09-24 15:26:41 -06:00

10 lines
332 B
JSON

{
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/process/page": "app/process/page.js",
"/crew/page": "app/crew/page.js",
"/page": "app/page.js",
"/blog/page": "app/blog/page.js",
"/contact/page": "app/contact/page.js",
"/faq/page": "app/faq/page.js",
"/studio/page": "app/studio/page.js"
}