Files
app-hejyou/.claude/launch.json
2026-04-23 22:06:12 +02:00

12 lines
245 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "language-app",
"runtimeExecutable": "/bin/bash",
"runtimeArgs": ["-c", "PATH=/opt/homebrew/Cellar/node/24.4.1/bin:$PATH npm run dev"],
"port": 5173
}
]
}