Current File : /pages/54/47/d0016649/home/htdocs/ipc1/wp-content/plugins/burst-statistics/mailer/maizzle/config.js |
/** @type {import('@maizzle/framework').Config} */
/*
|-------------------------------------------------------------------------------
| Development config https://maizzle.com/docs/environments
|-------------------------------------------------------------------------------
|
| The exported object contains the default Maizzle settings for development.
| This is used when you run `maizzle build` or `maizzle serve` and it has
| the fastest build time, since most transformations are disabled.
|
*/
module.exports = {
build: {
templates: {
source: 'src/templates',
destination: {
path: 'build_local'
},
assets: {
source: 'src/images',
destination: 'images'
}
}
}
};