feat: enhance Dockerfile with health check and secure permissions; update next.config.ts formatting

This commit is contained in:
an14051
2026-05-13 00:30:19 +02:00
parent af0d8b3458
commit 9c96e742fa
2 changed files with 26 additions and 9 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ const securityHeaders = [
const nextConfig: NextConfig = {
output: "standalone",
serverExternalPackages: ["@libsql/client"],
experimental: {
serverExternalPackages: ["@libsql/client"], productionBrowserSourceMaps: false, experimental: {
serverActions: {
bodySizeLimit: "500mb",
},