@documenso/prisma works

This commit is contained in:
Timur Ercan
2023-01-07 18:38:44 +01:00
parent d1617e3693
commit e64f40f1fd
2 changed files with 5237 additions and 4475 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff