39246-vm/.claude/launch.json
abbashkyt-creator 7d8ce0e322 V0.1
2026-03-14 04:02:22 +03:00

12 lines
200 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Ghost Node Preview",
"runtimeExecutable": "python",
"runtimeArgs": ["preview_server.py"],
"port": 3001
}
]
}