Files
ai-video-admin-frontend/.claude/launch.json

13 lines
211 B
JSON

{
"version": "0.0.1",
"configurations": [
{
"name": "ai-video-admin",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "dev"],
"port": 3000,
"autoPort": false
}
]
}