Skip to content

Commit

Permalink
adding launch.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MattReimer committed Jan 12, 2024
1 parent db2a47b commit 5b14830
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}

0 comments on commit 5b14830

Please sign in to comment.