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

11 lines
448 B
JSON

{
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
"/api/auth/register/route": "app/api/auth/register/route.js",
"/api/projects/route": "app/api/projects/route.js",
"/api/user/profile/route": "app/api/user/profile/route.js",
"/dashboard/page": "app/dashboard/page.js",
"/login/page": "app/login/page.js",
"/page": "app/page.js",
"/profile/page": "app/profile/page.js",
"/signup/page": "app/signup/page.js"
}