From c8c0028976388ed0971ae658d3dd6575b73676f2 Mon Sep 17 00:00:00 2001 From: Kieran Date: Thu, 2 Jun 2022 16:41:58 +0100 Subject: [PATCH] aa --- .vscode/launch.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .vscode/launch.json diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..8cbc2ab --- /dev/null +++ b/.vscode/launch.json @@ -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": [ + "/**" + ], + "program": "${workspaceFolder}\\index.js" + } + + ] +}