Files
2026-05-23 03:22:38 +08:00

13 lines
228 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "frontend",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "${workspaceFolder}/jog-frontend",
"port": 5173
}
]
}