Files
sundynix-site/.claude/launch.json
T
2026-07-17 09:47:53 +08:00

13 lines
195 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "web",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"cwd": "web",
"port": 5173
}
]
}