Files
documenso/apps/web/next.config.js
Timur Ercan ffebefbcd0 structure
2022-11-24 20:30:22 +01:00

9 lines
159 B
JavaScript

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