Create start.bat

This commit is contained in:
The Ghost of FOSS' Future 2024-09-15 20:26:34 -05:00 committed by GitHub
parent 5a5b15e8eb
commit d8e63dfab2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
start.bat Normal file
View file

@ -0,0 +1,5 @@
@echo off
color 0a
title AGSamantha server
node --max-old-space-size=6660 index.mjs
pause