fix email editor issues cuz of separate build

This commit is contained in:
KMKoushik
2024-08-24 15:39:41 +10:00
parent 1824a88a16
commit 676f5c8c64
10 changed files with 226 additions and 60 deletions

View File

@@ -7,5 +7,6 @@ export default {
content: [
"./src/**/*.tsx",
`${path.join(require.resolve("@unsend/ui"), "..")}/**/*.{ts,tsx}`,
`${path.join(require.resolve("@unsend/email-editor"), "..")}/**/*.{ts,tsx}`,
],
} satisfies Config;