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']