Initial commit

This commit is contained in:
admin
2026-05-26 22:46:00 +02:00
commit 7e2c2ff89c
256 changed files with 51523 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
serverExternalPackages: ["better-sqlite3", "sharp"],
allowedDevOrigins: ["100.67.247.84", "localhost", "127.0.0.1"],
experimental: {
serverActions: { bodySizeLimit: "50mb" },
},
};
export default nextConfig;