adrian-altner.com/.claude/launch.json
2026-03-30 14:16:43 +02:00

17 lines
307 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "Astro Dev",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"port": 4321
},
{
"name": "Astro Preview",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["preview"],
"port": 4321
}
]
}