build(server): switch to esbuild (#701)

This commit is contained in:
Trim21
2023-12-12 01:15:11 +08:00
committed by GitHub
parent b9680f191f
commit 2098c2e3f1
5 changed files with 502 additions and 182 deletions
+1 -2
View File
@@ -205,8 +205,7 @@ jobs:
tar xvf *.tgz --strip-components=1
- name: Build executables
run: |
pkg . --out-path dist-pkg
run: npm run pkg
- name: Rename linuxstatic to linux
run: |