Files
HokmPlay/.claude/launch.json
T

13 lines
204 B
JSON
Raw Normal View History

{
"version": "0.0.1",
"configurations": [
{
"name": "hokm-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3017,
"autoPort": true
}
]
}