aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/launch.json
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2024-08-27 01:05:43 -0700
committerPinapelz <yukais@pinapelz.com>2024-08-27 01:05:43 -0700
commit53c7ce959b5c72002c5444b7d6e5b458331a4275 (patch)
tree1226a3694ea2f840bb6c3353a4ee5282efd43bf0 /.vscode/launch.json
Initial commit
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json11
1 files changed, 11 insertions, 0 deletions
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"
+ }
+ ]
+}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage