snack-mall/.claude/launch.json

12 lines
181 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "web-snack",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 5174
}
]
}