mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
7 lines
96 B
Batchfile
7 lines
96 B
Batchfile
@echo off
|
|
title Reload Backend Package Installer
|
|
|
|
npm i
|
|
npm install express
|
|
npm install ws
|
|
pause |