This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Shiqi
/
cdn-front-monitor-server
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b25b098282
Rami (Branch)
Tag
master
cdn-front-mo...
/
build.sh
build.sh
128 B
Cronologia
Originale
1
2
3
4
5
6
7
set -e
# 编译ts为js
# npm run tsc
# 编译生成二进制文件
pkg . --out-path ./dist
# 清理临时js文件
npm run clean