UNPKG

@maizzle/cli

Version:

CLI tool for the Maizzle Email Framework

10 lines (9 loc) 169 B
/** @type {import('@maizzle/framework').Config} */ export default { build: { content: ['emails/**/*.html'], output: { path: 'build_local', }, }, }