biohazard-vfx/.next/server/app-paths-manifest.json
nicholai f5880e8652
Some checks are pending
Build and Push to Docker Hub / Push Docker image to Docker Hub (push) Waiting to run
Build and Push Docker Image / build-and-push (push) Waiting to run
1.2 in progress
2025-09-24 12:13:19 -06:00

7 lines
230 B
JSON

{
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/_not-found/page": "app/_not-found/page.js",
"/page": "app/page.js",
"/crew/page": "app/crew/page.js",
"/projects/page": "app/projects/page.js"
}