From 5c3da90f441c321f55ae735d6002f4da91f2481e Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 20 Jun 2021 22:52:50 -0400 Subject: feat(*): aaaaa --- .vscode/launch.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index a98a3a6..d75268c 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -2,8 +2,8 @@ "version": "0.2.0", "configurations": [ { - "command": "yarn start", - "name": "Run yarn start", + "command": "yarn dev", + "name": "Debug BushBot", "request": "launch", "type": "node-terminal", "skipFiles": ["/**", "**/Yarn/**", "**/.pnp.js", "**/.yarn/releases/**"] -- cgit