This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Shiqi
/
cdn-front-monitor-server
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
cdn-front-mo...
/
build.sh
build.sh
128 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
set -e
# 编译ts为js
# npm run tsc
# 编译生成二进制文件
pkg . --out-path ./dist
# 清理临时js文件
npm run clean