no turbo again
This commit is contained in:
8
next.config.mjs
Normal file
8
next.config.mjs
Normal 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;
|
||||
Reference in New Issue
Block a user