Nuxt/packages/kit/src/config/schema/cli.ts
Daniel Roe 052edd220d
docs: auto-generate configuration api (#349)
Co-authored-by: Pooya Parsa <pyapar@gmail.com>
2021-08-11 23:48:33 +02:00

14 lines
255 B
TypeScript

export default {
/**
* Add a message to the CLI banner by adding a string to this array.
* @version 2
*/
badgeMessages: [],
/**
* Change the color of the 'Nuxt.js' title in the CLI banner.
* @version 2
*/
bannerColor: 'green'
}