feat: add Docker support, local database seeding, and production configuration

This commit is contained in:
poyrazavsever
2026-06-06 20:45:55 +03:00
parent b3da493ef1
commit 49045f3fac
6 changed files with 203 additions and 11 deletions
+1
View File
@@ -1,6 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
experimental: {
serverActions: {
bodySizeLimit: "8mb",