Update next.config.mjs

This commit is contained in:
2025-06-23 12:54:30 +03:00
parent c496840d9e
commit 24b25e33a6

View File

@@ -2,7 +2,7 @@
const nextConfig = {
env: {
HOSTNAME: process.env.HOSTNAME || 'vmx-k3s-01',
APPVERSION: '1.0.2'
APPVERSION: '1.0.3'
},
experimental: {
serverComponentsExternalPackages: ['mysql2']