This commit is contained in:
Timur Ercan
2023-01-07 17:52:46 +01:00
parent 38edd343ec
commit a78f8c8761
10 changed files with 47 additions and 9899 deletions

View File

@@ -7,11 +7,4 @@ const nextConfig = {
distDir: "build",
};
// const withTM = require("next-transpile-modules")(["@documenso/prisma"]);
// const plugins = [];
// plugins.push(withTM);
// const moduleExports = () =>
// plugins.reduce((acc, next) => next(acc), nextConfig);
module.exports = nextConfig;