mirror of
https://github.com/documenso/documenso.git
synced 2026-07-24 17:04:12 +10:00
@documenso/prisma works
This commit is contained in:
@@ -7,4 +7,11 @@ const nextConfig = {
|
|||||||
distDir: "build",
|
distDir: "build",
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = nextConfig;
|
const withTM = require("next-transpile-modules")(["@documenso/prisma"]);
|
||||||
|
const plugins = [];
|
||||||
|
plugins.push(withTM);
|
||||||
|
|
||||||
|
const moduleExports = () =>
|
||||||
|
plugins.reduce((acc, next) => next(acc), nextConfig);
|
||||||
|
|
||||||
|
module.exports = moduleExports;
|
||||||
|
|||||||
Generated
+5229
-4474
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user