增加打包功能

This commit is contained in:
2026-02-25 16:30:39 +08:00
parent f7c2f8f53e
commit 85edf0d847
7 changed files with 60 additions and 49 deletions
-1
View File
@@ -2,7 +2,6 @@ import type { NextConfig } from "next";
import packageJson from "./package.json";
const nextConfig: NextConfig = {
output: "standalone",
env: {
NEXT_PUBLIC_APP_VERSION: packageJson.version,
},