mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-27 11:53:32 +00:00
7 lines
64 B
Batchfile
7 lines
64 B
Batchfile
@echo off
|
|
title Reload Backend
|
|
|
|
:start
|
|
node index.js
|
|
goto start
|