committed by
GitHub
parent
f0b7526847
commit
df05e2dab3
@@ -9,6 +9,7 @@ await import('./src/env.mjs');
|
||||
|
||||
/** @type {import("next").NextConfig} */
|
||||
const config = {
|
||||
output: 'standalone',
|
||||
webpack: (config, { isServer }) => {
|
||||
if (isServer) {
|
||||
config.plugins = [...config.plugins, new PrismaPlugin()];
|
||||
|
||||
Reference in New Issue
Block a user