Files
forex-dashboard/.claude/launch.json
T
2026-05-27 13:18:45 +02:00

12 lines
218 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "forex-dashboard",
"runtimeExecutable": "C:\\Program Files\\nodejs\\npm.cmd",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}