🎉 Add the mail template project

This commit is contained in:
2025-11-09 03:19:35 +08:00
parent ce5f3434eb
commit f5b37e9419
15 changed files with 1245 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
/*
|-------------------------------------------------------------------------------
| Production config https://maizzle.com/docs/environments
|-------------------------------------------------------------------------------
|
| This is the production configuration that Maizzle will use when you run the
| `npm run build` command. Settings here will be merged on top of the base
| `config.js`, so you only need to add the options that are changing.
|
*/
/** @type {import('@maizzle/framework').Config} */
export default {
build: {
output: {
path: 'build_production',
},
},
css: {
inline: true,
purge: true,
shorthand: true,
},
prettify: true,
}