This commit is contained in:
Mask2501 2026-08-21 00:51:11 -07:00 committed by GitHub
commit 68985ef6ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,22 @@
{
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal",
"configurations": [
{
"command": "npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
},
{
"name": "Launch Edge",
"request": "launch",
"type": "msedge",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}