add workspace

This commit is contained in:
Ryahn 2025-03-20 00:47:38 -05:00
parent f07537ee96
commit f91e50fe6a

View File

@ -0,0 +1,50 @@
{
"folders": [
{
"name": "API - Controllers",
"path": "./controllers"
},
{
"name": "API - Migrations",
"path": "./db/migrations"
},
{
"name": "API - Models",
"path": "./db/models"
},
{
"name": "API - Seeds",
"path": "./db/seeds"
},
{
"name": "API - DB Directory",
"path": "./db"
},
{
"name": "API - Routes",
"path": "./routes"
},
{
"name": "API - Utils",
"path": "./utils"
},
{
"name": "API - Middleware",
"path": "./middleware"
},
{
"name": "API - Views",
"path": "./views"
},
{
"name": "API - Public",
"path": "./public"
},
{
"name": "newmail",
"path": "."
}
]
}