2026-07-06 19:45:33 -04:00
|
|
|
{
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"configurations": [
|
|
|
|
|
{
|
|
|
|
|
"name": "gwada-sirius-dev",
|
|
|
|
|
"runtimeExecutable": "npm",
|
|
|
|
|
"runtimeArgs": ["run", "dev"],
|
|
|
|
|
"port": 8080
|
2026-07-06 20:09:05 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gwada-sirius-preview",
|
|
|
|
|
"runtimeExecutable": "npx",
|
|
|
|
|
"runtimeArgs": ["eleventy", "--serve", "--port=8099"],
|
|
|
|
|
"port": 8099
|
2026-07-06 21:11:51 -04:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "gwada-sirius-ghpages-sim",
|
|
|
|
|
"runtimeExecutable": "npx",
|
|
|
|
|
"runtimeArgs": ["serve", "/tmp/gh-pages-sim", "-l", "8097"],
|
|
|
|
|
"port": 8097
|
2026-07-06 19:45:33 -04:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|