feat: add workspace

This commit is contained in:
rogeecn
2025-03-24 09:38:40 +08:00
parent 8de43c2861
commit c7dbeae122

10
quyun.code-workspace Normal file
View File

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