Add files via upload

This commit is contained in:
APIdumper
2024-08-21 21:37:09 +05:30
committed by GitHub
commit e0f94df547
8 changed files with 1049 additions and 0 deletions

6
start.bat Normal file
View File

@@ -0,0 +1,6 @@
@echo off
@call npm install
setx http_proxy "http://localhost:8000"
setx https_proxy "http://localhost:8000"
start node .
exit /b 0