imgbot
Kieran 2022-06-02 16:41:58 +01:00
parent 808f8bae4a
commit c8c0028976
1 changed files with 23 additions and 0 deletions

23
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,23 @@
{
// 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": [
{
"env": {
"CLIENT_TOKEN": "ODc1NDkxNDAyNDk3Mjk0NDQ3.YRWS6A.9IY8PEbQLoWh0320aK4OgTosoTc",
"MONGOOSE": "mongodb+srv://Kieran:kieransbots@cluster0.qzntj.mongodb.net/Data",
"PREFIX": "-"
},
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\index.js"
}
]
}