Files
vberp/.vscode/launch.json
Aji Setiaji 8d984635af first commit
2025-05-27 21:43:01 +07:00

11 lines
230 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "npm run dev",
"name": "Run development server",
"request": "launch",
"type": "node-terminal"
}
]
}