Nuxt/packages/kit/src/config/schema/cli.ts
2021-04-15 20:49:29 +02:00

12 lines
223 B
TypeScript

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