{ "version": "0.0.1", "configurations": [ { "name": "turncraft", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev"], "autoPort": true, "port": 5173 }, { "name": "turncraft-laneB", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--", "--port", "5184", "--strictPort"], "port": 5184 }, { "name": "turncraft-laneC-verify", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--", "--port", "5212", "--strictPort"], "port": 5212 }, { "name": "turncraft-laneD-verify", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--", "--port", "5194", "--strictPort"], "port": 5194 }, { "name": "turncraft-laneE-verify", "runtimeExecutable": "npm", "runtimeArgs": ["run", "dev", "--", "--port", "5205", "--strictPort"], "port": 5205 } ] }