chore: dev tools

This commit is contained in:
cha0s 2024-06-21 22:24:58 -05:00
parent 945e759942
commit 247ca15002

1
.vscode/launch.json vendored
View File

@ -10,6 +10,7 @@
"name": "Silphius Chrome", "name": "Silphius Chrome",
"url": "https://localhost:3000", "url": "https://localhost:3000",
"webRoot": "${workspaceFolder}", "webRoot": "${workspaceFolder}",
"runtimeArgs": ["--auto-open-devtools-for-tabs"]
}, },
{ {
"type": "node", "type": "node",