Files
knur-app/.claude/launch.json

12 lines
174 B
JSON
Raw Normal View History

2026-06-22 11:32:27 +02:00
{
"version": "0.0.1",
"configurations": [
{
"name": "next-dev",
"runtimeExecutable": "pnpm",
"runtimeArgs": ["dev"],
"port": 3000
}
]
}