Files
Anelia-Wolf/.claude/launch.json
2026-09-06 17:21:52 +02:00

12 lines
206 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "anelia-dev",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev", "--", "--port", "3000"],
"port": 3000
}
]
}