refactor: update README and Dockerfile, add drizzle migrations and instrumentation

This commit is contained in:
averel10
2026-03-13 07:50:14 +01:00
parent 499afaefa6
commit b9f6836f1a
8 changed files with 135 additions and 72 deletions

View File

@@ -5,8 +5,9 @@ const nextConfig: NextConfig = {
experimental: {
serverActions: {
bodySizeLimit: '10000mb'
}
},
},
output: "standalone",
};
export default nextConfig;