mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-02 14:22:28 +08:00
feat: display app version in Settings dialog (#337)
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
import type { NextConfig } from "next"
|
||||
import packageJson from "./package.json"
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
output: "standalone",
|
||||
env: {
|
||||
APP_VERSION: packageJson.version,
|
||||
},
|
||||
}
|
||||
|
||||
export default nextConfig
|
||||
|
||||
Reference in New Issue
Block a user