mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-09-02 12:03:44 +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 |