13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "dashboard",
|
|
"runtimeExecutable": "npx",
|
|
"runtimeArgs": ["astro", "dev", "--port", "4321"],
|
|
"port": 4321,
|
|
"cwd": "dashboard"
|
|
}
|
|
]
|
|
}
|