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} */
const nextConfig = {
env: {
APPVERSION: '1.1.0'
APPVERSION: '1.1.2'
},
experimental: {
serverComponentsExternalPackages: ['mysql2']