biohazard-vfx/.next/server/app-paths-manifest.json
nicholai 078af84f49
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
Shadcn Theme Added
2025-09-24 16:33:10 -06:00

10 lines
354 B
JSON

{
"/icon.svg/route": "app/icon.svg/route.js",
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/page": "app/page.js",
"/projects/page": "app/projects/page.js",
"/privacy/page": "app/privacy/page.js",
"/terms/page": "app/terms/page.js",
"/studio/page": "app/studio/page.js",
"/contact/page": "app/contact/page.js"
}