Files
documenso/apps/web/next.config.js
Timur Ercan 08b6957b27 sm, qoc
2022-12-07 13:17:39 +01:00

9 lines
159 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
swcMinify: true,
distDir: "build",
};
module.exports = nextConfig;