add workspace
This commit is contained in:
parent
f07537ee96
commit
f91e50fe6a
50
api/newmail.code-workspace
Normal file
50
api/newmail.code-workspace
Normal 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": "."
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user