Files
netrunner-landing/.claude/launch.json
T
2026-07-04 22:40:12 +07:00

12 lines
193 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "netrunner-landing-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000
}
]
}