增加打包功能
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user