We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a7a84 commit 41f5de6Copy full SHA for 41f5de6
apps/dashboard/next.config.ts
@@ -38,6 +38,8 @@ const nextConfig: NextConfig = {
38
"pino-pretty",
39
"@axiomhq/pino",
40
"thread-stream",
41
+ "@react-email/render",
42
+ "prettier",
43
],
44
transpilePackages: [],
45
output: "standalone",
package.json
@@ -105,5 +105,9 @@
105
"prettier": "^3.7.4",
106
"react-hotkeys-hook": "^5.2.1",
107
"zod": "^4.1.13"
108
+ },
109
+ "overrides": {
110
+ "prettier": "^3.7.4",
111
+ "@react-email/render": "1.1.3"
112
}
113
0 commit comments