feat: implement core application structure, UI components, internationalization, and database seeding.
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
{
|
||||
"/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",
|
||||
"/api/plans/route": "app/api/plans/route.js",
|
||||
"/features/page": "app/features/page.js",
|
||||
"/page": "app/page.js",
|
||||
"/signup/page": "app/signup/page.js"
|
||||
"/pricing/page": "app/pricing/page.js"
|
||||
}
|
||||
Reference in New Issue
Block a user