not-tonight/.claude/launch.json
2026-07-19 16:20:53 +10:00

7 lines
155 B
JSON

{
"version": "0.0.1",
"configurations": [
{ "name": "not-tonight", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev"], "port": 5199 }
]
}