mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
move document upload to feature
This commit is contained in:
@ -10,6 +10,7 @@ const withTM = require("next-transpile-modules")([
|
||||
"@documenso/prisma",
|
||||
"@documenso/lib",
|
||||
"@documenso/ui",
|
||||
"@documenso/features",
|
||||
]);
|
||||
const plugins = [];
|
||||
plugins.push(withTM);
|
||||
|
||||
Reference in New Issue
Block a user