From 5b1483054555e64abd7018cc2a0c42f8a0f52dc2 Mon Sep 17 00:00:00 2001 From: Matt <1063391+MattReimer@users.noreply.github.com> Date: Fri, 12 Jan 2024 02:13:47 +0000 Subject: [PATCH] adding launch.json --- .vscode/launch.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..ce5130b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "command": "yarn build", + "name": "Rebuild Gatsby Site", + "request": "launch", + "type": "node-terminal" + } + ] +} \ No newline at end of file