feat: monorepo
This commit is contained in:
11
packages/email/.react-email/next.config.js
Normal file
11
packages/email/.react-email/next.config.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
experimental: {
|
||||
appDir: true,
|
||||
externalDir: true // compile files that are located next to the .react-email directory
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig;
|
||||
Reference in New Issue
Block a user