This commit is contained in:
mlogclub
2026-04-09 10:01:23 +08:00
commit efe801b8bf
707 changed files with 110595 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "web:dev",
"type": "shell",
"command": "pnpm dev",
"options": {
"cwd": "${workspaceFolder}/web"
},
"isBackground": true,
"presentation": {
"reveal": "always",
"panel": "dedicated",
"group": "web"
},
"problemMatcher": {
"owner": "custom",
"pattern": {
"regexp": "."
},
"background": {
"activeOnStart": true,
"beginsPattern": ".",
"endsPattern": "Ready in|Local:"
}
}
}
]
}