Files
2025-12-30 16:48:25 +09:00

19 lines
434 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"name": "Start: Local (npm script)",
"type": "node",
"request": "launch",
"runtimeExecutable": "npm",
"runtimeArgs": [
"run",
"start"
],
"console": "integratedTerminal",
"env": {
"NODE_ENV": "local"
}
}
]
}