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