feat: support workspace

This commit is contained in:
Rogee
2024-11-28 09:17:16 +08:00
parent 301879ca39
commit c06fc4c04a
13 changed files with 10 additions and 0 deletions

10
mp.code-workspace Normal file
View File

@@ -0,0 +1,10 @@
{
"folders": [
{
"path": "frontend"
},
{
"path": "backend"
}
]
}