deploy prep

This commit is contained in:
Timur Ercan
2023-01-09 09:46:08 +01:00
parent dc4f1c5fac
commit 4cde95304a
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ require("dotenv").config({ path: "../../.env" });
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
distDir: "../../build",
distDir: "build",
};
const withTM = require("next-transpile-modules")(["@documenso/prisma"]);