Files
Reload-Backend/start.bat
T

7 lines
64 B
Batchfile

@echo off
title Reload Backend
:start
node index.js
goto start