Spaces:
Runtime error
Runtime error
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| serverExternalPackages: ["@prisma/client", "prisma", "bcryptjs", "minio"], | |
| }; | |
| export default nextConfig; | |
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| serverExternalPackages: ["@prisma/client", "prisma", "bcryptjs", "minio"], | |
| }; | |
| export default nextConfig; | |