Files

7 lines
125 B
Batchfile
Raw Permalink Normal View History

2026-05-31 18:45:31 +08:00
@echo off
cd /d "%~dp0"
echo Starting Server Updates...
node --loader ts-node/esm index.ts
echo.
echo Process finished.
pause