Nuxt/packages/kit/src/config/schema/cli.ts

12 lines
223 B
TypeScript
Raw Normal View History

export default {
2021-04-15 18:49:29 +00:00
/**
* Add a message to the CLI banner by adding a string to this array.
*/
badgeMessages: [],
2021-04-15 18:49:29 +00:00
/**
* Change the color of the 'Nuxt.js' title in the CLI banner.
*/
bannerColor: 'green'
}