This commit is contained in:
Flam3rboy
2021-08-12 20:33:42 +02:00
parent 4f25967898
commit a92c6637ce
56 changed files with 17 additions and 0 deletions
Vendored
BIN
View File
Binary file not shown.
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
+17
View File
@@ -0,0 +1,17 @@
{
// 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": [
{
"sourceMaps": true,
"type": "node",
"request": "launch",
"name": "Launch Server",
"program": "${workspaceFolder}/dist/index.js",
"preLaunchTask": "tsc: build - tsconfig.json",
"outFiles": ["${workspaceFolder}/dist/**/*.js"]
}
]
}