mirror of
https://gitee.com/xiangheng/x_admin.git
synced 2025-09-26 20:21:19 +08:00
25 lines
274 B
Plaintext
25 lines
274 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": "server"
|
|
},
|
|
{
|
|
"path": "admin"
|
|
},
|
|
{
|
|
"path": "docs"
|
|
},
|
|
{
|
|
"path": "x_admin_app"
|
|
},
|
|
{
|
|
"path": ".github"
|
|
},
|
|
{
|
|
"path": ".workflow"
|
|
}
|
|
],
|
|
"settings": {
|
|
"liveServer.settings.multiRootWorkspaceName": "admin"
|
|
}
|
|
} |