17 lines
307 B
JSON
17 lines
307 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "Astro Dev",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["dev"],
|
|
"port": 4321
|
|
},
|
|
{
|
|
"name": "Astro Preview",
|
|
"runtimeExecutable": "pnpm",
|
|
"runtimeArgs": ["preview"],
|
|
"port": 4321
|
|
}
|
|
]
|
|
}
|