claude配置提交

This commit is contained in:
nojava
2026-05-23 03:22:38 +08:00
parent 20b7a57fb9
commit 284ecf4be8
4 changed files with 144 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "0.0.1",
"configurations": [
{
"name": "frontend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "${workspaceFolder}/jog-frontend",
"port": 5173
}
]
}