Files
kycnotme/.vscode/launch.json
2025-05-19 10:23:36 +00:00

13 lines
221 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "npm run dev",
"request": "launch",
"type": "node-terminal",
"cwd": "${workspaceFolder}/web",
"command": "npm run dev"
}
]
}