Update next.config.mjs

This commit is contained in:
2026-01-16 19:32:08 +02:00
parent e05a7382c1
commit 1607c8bc34

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
env: { env: {
APPVERSION: '1.1.0' APPVERSION: '1.1.2'
}, },
experimental: { experimental: {
serverComponentsExternalPackages: ['mysql2'] serverComponentsExternalPackages: ['mysql2']