hulai-admin-web/.claude/launch.json
刘涛 7183882e5d Initial commit: hulai admin web frontend
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-22 22:01:36 +08:00

12 行
181 B
JSON

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