From 1607c8bc34e2f9a466608e31d12362de3a9f7b59 Mon Sep 17 00:00:00 2001 From: Tom Ruff Date: Fri, 16 Jan 2026 19:32:08 +0200 Subject: [PATCH] Update next.config.mjs --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index eaadbc6..5b210b3 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,7 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { env: { - APPVERSION: '1.1.0' + APPVERSION: '1.1.2' }, experimental: { serverComponentsExternalPackages: ['mysql2']