From 8847e827308d4ae6dd82ac60029db83cf57ddf6c Mon Sep 17 00:00:00 2001 From: Yash Singh Date: Sun, 14 Jan 2024 20:58:39 -0800 Subject: [PATCH] docs: remove watch build step - vscode ends up acting weirdly bcuz watching bundlers are "occupying" the build directories for some reason --- LOCAL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/LOCAL.md b/LOCAL.md index 91fa455..6646685 100644 --- a/LOCAL.md +++ b/LOCAL.md @@ -9,7 +9,6 @@ - Run `npm install` in this folder. This installs all necessary npm modules in both the client and server folder - Open VS Code on this folder. -- Press Ctrl+Shift+B to start compiling the client and server in [watch mode](https://code.visualstudio.com/docs/editor/tasks#:~:text=The%20first%20entry%20executes,the%20HelloWorld.js%20file.). - Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D). - Select `Launch Client` from the drop down (if it is not already). - Press ▷ to run the launch config (F5).