o2o-infinith-demo/.claude/launch.json

13 lines
304 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "infinith-dev",
"runtimeExecutable": "/opt/homebrew/bin/npm",
"runtimeArgs": ["run", "dev"],
"env": { "PATH": "/opt/homebrew/bin:/opt/homebrew/opt/node/bin:/usr/local/bin:/usr/bin:/bin" },
"port": 3000
}
]
}