Files
archived-tauri-docs/.vscode/launch.json
Lorenzo Lewis bd98b294e6 initial commit
Signed-off-by: Lorenzo Lewis <lorenzo_lewis@icloud.com>
2023-07-21 13:14:17 +01:00

12 lines
207 B
JSON

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