import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "standalone", serverExternalPackages: ["@prisma/client", "bcryptjs", "ioredis"], allowedDevOrigins: ["192.168.1.78"], }; export default nextConfig;