Florian Bouillon e26b4eb4a5
Some checks failed
Build, check & Test / run (push) Failing after 42s
feat: Upgrade template based on projects made with it
Signed-off-by: Florian Bouillon <f.bouillon@aptatio.com>
2023-10-09 11:47:11 +02:00

12 lines
188 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "./node_modules/.bin/astro dev",
"name": "Development server",
"request": "launch",
"type": "node-terminal"
}
]
}