client build update

This commit is contained in:
MeexReay 2024-12-22 01:29:44 +03:00
parent 8e007763bf
commit e194968af5
15 changed files with 2050 additions and 8 deletions

9
client/build.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
tsc
cat dest/main.js > dest/script.js
cat dest/block.js >> dest/script.js
cat dest/network.js >> dest/script.js
cat dest/player.js >> dest/script.js
cat dest/core.js >> dest/script.js
terser dest/script.js -o dest/script.min.js --compress --mangle