mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
11 lines
207 B
JSON
11 lines
207 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "./node_modules/.bin/astro dev",
|
|
"name": "Development server",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|