chore: add workspace

This commit is contained in:
Oleg Proskurin 2025-10-04 00:24:36 +07:00
parent c6f359c126
commit f0e2fcdaa6
1 changed files with 21 additions and 0 deletions

21
banatie.code-workspace Normal file
View File

@ -0,0 +1,21 @@
{
"folders": [
{
"name": "banatie-service",
"path": "."
},
{
"name": "api-service",
"path": "apps/api-service"
},
{
"name": "landing",
"path": "apps/landing"
},
{
"name": "database",
"path": "packages/database"
}
],
"settings": {}
}