{ "version": "0.0.1", "configurations": [ { "name": "Astro Dev", "runtimeExecutable": "pnpm", "runtimeArgs": ["dev"], "port": 4321 }, { "name": "Astro Preview", "runtimeExecutable": "pnpm", "runtimeArgs": ["preview"], "port": 4321 } ] }