12 lines
183 B
JSON
12 lines
183 B
JSON
|
|
{
|
||
|
|
"version": "0.0.1",
|
||
|
|
"configurations": [
|
||
|
|
{
|
||
|
|
"name": "sunline-dev",
|
||
|
|
"runtimeExecutable": "bun",
|
||
|
|
"runtimeArgs": ["run", "dev"],
|
||
|
|
"port": 4321
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|