UNPKG

@maizzle/framework

Version:

Maizzle is a framework that helps you quickly build HTML emails with Tailwind CSS.

29 lines (28 loc) 476 B
//#region src/config/defaults.ts const defaults = { content: ["emails/**/*.{vue,md}"], output: { path: "dist", extension: "html" }, static: { source: ["public/**/*.*"], destination: "public" }, server: { port: 3e3, watch: [] }, css: { inline: true, purge: true, shorthand: true, safe: true, preferUnitless: true }, html: { decodeEntities: true }, useTransformers: true }; //#endregion export { defaults }; //# sourceMappingURL=defaults.js.map