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