mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-15 10:24:50 +00:00
15 lines
277 B
TypeScript
15 lines
277 B
TypeScript
export default {
|
|
/**
|
|
* Add a message to the CLI banner by adding a string to this array.
|
|
* @type {string[]}
|
|
* @version 2
|
|
*/
|
|
badgeMessages: [],
|
|
|
|
/**
|
|
* Change the color of the 'Nuxt.js' title in the CLI banner.
|
|
* @version 2
|
|
*/
|
|
bannerColor: 'green'
|
|
}
|