mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
@documenso/prisma works
This commit is contained in:
parent
d1617e3693
commit
e64f40f1fd
2 changed files with 5237 additions and 4475 deletions
|
|
@ -7,4 +7,11 @@ const nextConfig = {
|
|||
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
Loading…
Reference in a new issue