Initial commit

This commit is contained in:
2024-06-05 21:13:55 -04:00
parent 7c21aea7e3
commit 30e9a3efcb
27 changed files with 1131 additions and 88 deletions
+14
View File
@@ -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": "npm run start:dev -b swc",
"name": "Start Nest",
"request": "launch",
"type": "node-terminal"
},
]
}