UNPKG

jsx-email

Version:

Render JSX email components to HTML email

10 lines (8 loc) 223 B
interface AppConfig { buildPath: string; relativePath: string; } export const config: AppConfig = { buildPath: import.meta.env.VITE_JSXEMAIL_BUILD_PATH, relativePath: import.meta.env.VITE_JSXEMAIL_RELATIVE_PATH };