From dcab7fa4ad33c380a1031a0b484097237bc2684a Mon Sep 17 00:00:00 2001 From: ibratabian17 Date: Thu, 20 Jun 2024 14:49:49 +0800 Subject: [PATCH] Warn user if not using pm2 --- start.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/start.bat b/start.bat index 61edbb6..e4b0f96 100644 --- a/start.bat +++ b/start.bat @@ -1 +1,3 @@ +@echo off +echo Please Use 'PM2' instead of using 'start.bat' node server.js