mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 14:22:51 +00:00
12 lines
188 B
JSON
12 lines
188 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"command": "./node_modules/.bin/astro dev",
|
|
"name": "Development server",
|
|
"request": "launch",
|
|
"type": "node-terminal"
|
|
}
|
|
]
|
|
}
|