Add server folder

This commit is contained in:
Alex Dima
2021-10-20 18:42:13 +02:00
parent fc504f3af3
commit 822f995357
46 changed files with 5165 additions and 25 deletions

View File

@@ -0,0 +1,4 @@
@echo off
setlocal
call "%~dp0..\node" "%~dp0..\out\vs\server\cli.js" "@@APPNAME@@" "@@VERSION@@" "@@COMMIT@@" "@@APPNAME@@.cmd" %*
endlocal