hulai-website/.claude/launch.json

13 行
246 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "hulai-dev",
"runtimeExecutable": "npx",
"runtimeArgs": ["nuxt", "dev", "--port", "3000"],
"port": 3000,
"cwd": "/Volumes/Mac wz/hulai-website"
}
]
}