chore: 修改编译脚本输出文件名为 server

- 修改编译脚本输出文件名为 server 而非 license-client
This commit is contained in:
2026-01-17 01:33:08 +08:00
parent 7706fb2ab2
commit b8ac8fbea7

View File

@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "vite build",
"compile": "rm -rf out && bun build --compile .output/server/index.mjs --outfile out/license-client",
"compile": "rm -rf out && bun build --compile .output/server/index.mjs --outfile out/server",
"dev": "vite dev",
"fix": "biome check --write",
"serve": "vite preview",