From acb3dec224c7d923d585fdeef3f743291e570032 Mon Sep 17 00:00:00 2001 From: BOT Alex <44818698+MagicBOTAlex@users.noreply.github.com> Date: Thu, 28 Dec 2023 23:22:38 +0100 Subject: [PATCH] Added run script because of lazyness --- run.bat | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 run.bat diff --git a/run.bat b/run.bat new file mode 100644 index 0000000..d383511 --- /dev/null +++ b/run.bat @@ -0,0 +1,3 @@ +@echo on +call npm install +call npm run dev \ No newline at end of file