首次发布git
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import type { NextConfig } from "next";
|
||||
import packageJson from "./package.json";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
output: "standalone",
|
||||
env: {
|
||||
NEXT_PUBLIC_APP_VERSION: packageJson.version,
|
||||
},
|
||||
};
|
||||
|
||||
export default nextConfig;
|
||||
Reference in New Issue
Block a user