7 lines
230 B
JSON
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"
|
|
} |