mirror of
https://github.com/DayuanJiang/next-ai-draw-io.git
synced 2026-01-07 00:32:28 +08:00
Compare commits
3 Commits
v0.4.4
...
feat/mcp-x
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c9408dff | ||
|
|
958f9410df | ||
|
|
b8126bd98a |
@@ -452,11 +452,6 @@ export function SettingsDialog({
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className="pt-4 border-t border-border/50">
|
|
||||||
<p className="text-[0.75rem] text-muted-foreground text-center">
|
|
||||||
Version {process.env.APP_VERSION}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</DialogContent>
|
</DialogContent>
|
||||||
</Dialog>
|
</Dialog>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,12 +1,8 @@
|
|||||||
import type { NextConfig } from "next"
|
import type { NextConfig } from "next"
|
||||||
import packageJson from "./package.json"
|
|
||||||
|
|
||||||
const nextConfig: NextConfig = {
|
const nextConfig: NextConfig = {
|
||||||
/* config options here */
|
/* config options here */
|
||||||
output: "standalone",
|
output: "standalone",
|
||||||
env: {
|
|
||||||
APP_VERSION: packageJson.version,
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export default nextConfig
|
export default nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user