mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 16:23:06 +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;
|
||||||
|
|||||||
9703
package-lock.json
generated
9703
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user