7 lines
248 B
JSON
7 lines
248 B
JSON
{
|
|
"/_not-found/page": "app/_not-found/page.js",
|
|
"/api/auth/[...nextauth]/route": "app/api/auth/[...nextauth]/route.js",
|
|
"/api/projects/route": "app/api/projects/route.js",
|
|
"/page": "app/page.js",
|
|
"/projects/page": "app/projects/page.js"
|
|
} |