Add project files.

This commit is contained in:
StevanFreeborn
2022-06-18 17:39:22 -05:00
parent f07a1fe7ce
commit f3ca797ed6
33 changed files with 29488 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "localhost (Chrome)",
"url": "https://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"type": "edge",
"request": "launch",
"name": "localhost (Edge)",
"url": "https://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}