rebours/.claude/launch.json
2026-03-20 22:15:18 +01:00

12 lines
177 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "rebours-dev",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"port": 4321
}
]
}