From e999e18d0a182705f7fc8c2676f25f236755ec5b Mon Sep 17 00:00:00 2001 From: "houston[bot]" Date: Fri, 23 May 2025 14:49:07 +0200 Subject: Initial commit from Astro --- .vscode/launch.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .vscode/launch.json (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..d642209 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,11 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "command": "./node_modules/.bin/astro dev", + "name": "Development server", + "request": "launch", + "type": "node-terminal" + } + ] +} -- cgit v1.3.1