Create start.bat
This commit is contained in:
parent
5a5b15e8eb
commit
d8e63dfab2
1 changed files with 5 additions and 0 deletions
5
start.bat
Normal file
5
start.bat
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@echo off
|
||||||
|
color 0a
|
||||||
|
title AGSamantha server
|
||||||
|
node --max-old-space-size=6660 index.mjs
|
||||||
|
pause
|
Loading…
Reference in a new issue