fix: fix compress command

This commit is contained in:
yanghao05
2025-03-31 14:39:02 +08:00
parent 0bc301b224
commit 2c7a873953
2 changed files with 23 additions and 7 deletions

View File

@@ -1,10 +1,19 @@
{
"folders": [
{
"path": "backend"
"path": "backend",
"name": "Backend",
},
{
"path": "frontend/admin"
},
]
"path": "frontend/admin",
"name": "Admin"
}
],
"settings": {
"github.copilot.chat.codeGeneration.instructions": [
{
"file": "./.vscode/daisyui.md"
}
]
}
}