diff --git a/start.bat b/start.bat new file mode 100644 index 0000000..77e7a5f --- /dev/null +++ b/start.bat @@ -0,0 +1,5 @@ +@echo off +color 0a +title AGSamantha server +node --max-old-space-size=6660 index.mjs +pause