{ "version": "0.0.1", "configurations": [ { "name": "frontend", "runtimeExecutable": "yarn", "runtimeArgs": ["--cwd", "frontend", "dev"], "port": 5173, "autoPort": true } ] }