1.1 #5

Merged
tomchukk merged 2 commits from 1.1 into main 2026-01-16 20:37:51 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a5e9072b9d - Show all commits

View File

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

View File

@@ -1,6 +1,6 @@
{ {
"name": "mamad-app", "name": "mamad-app",
"version": "1.1.2", "version": "1.1.3",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "next build", "build": "next build",