Move emails to dedicated package (#3542)
* Add new package * Add twenty-emails package * Use generated files from twenty-emails in twenty-server * Fix deleted file * Import emails templates properly
This commit is contained in:
9
packages/twenty-emails/tsup.config.ts
Normal file
9
packages/twenty-emails/tsup.config.ts
Normal file
@ -0,0 +1,9 @@
|
||||
import { defineConfig } from 'tsup';
|
||||
|
||||
export default defineConfig([
|
||||
{
|
||||
entry: { index: './tsup.index.tsx' },
|
||||
format: ['cjs', 'esm'],
|
||||
dts: true,
|
||||
},
|
||||
]);
|
||||
Reference in New Issue
Block a user