update beta ProxMenux 1.2.1.1-beta

This commit is contained in:
MacRimi
2026-05-09 18:59:59 +02:00
parent 5ed1fc44fd
commit 2f919de9e3
125 changed files with 16506 additions and 2877 deletions
+9
View File
@@ -14,6 +14,15 @@ const nextConfig = {
experimental: {
esmExternals: 'loose',
},
// Strip every `console.*` call in production builds except `error` and
// `warn` (we still want operators to see real errors in DevTools). Audit
// residual: ~50 leftover `console.log("[v0] ...")` from the v0.dev
// prototype were leaking object dumps to the browser console in production.
compiler: {
removeConsole: {
exclude: ['error', 'warn'],
},
},
webpack: (config, { isServer }) => {
if (!isServer) {
config.resolve.fallback = {