no turbo again

This commit is contained in:
2026-03-12 20:02:25 -05:00
parent 1d7c564c4a
commit f5e3a1e870
5 changed files with 12 additions and 11 deletions

8
next.config.mjs Normal file
View File

@@ -0,0 +1,8 @@
/** @type {import("next").NextConfig} */
console.log("Loading next.config.mjs with serverExternalPackages");
const nextConfig = {
output: "standalone",
serverExternalPackages: ["@prisma/client", "prisma"],
};
export default nextConfig;