Skip to content
This repository was archived by the owner on May 8, 2025. It is now read-only.

Commit 61be2ea

Browse files
committed
chore: add exit log
1 parent d3ff85c commit 61be2ea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generator/index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,9 @@ module.exports = (api, opts) => {
3838

3939
// Update vue.config.js for transpileDependency
4040
vuetify.updateOrCreateVueConfig(api)
41+
42+
api.exitLog('Discord community: https://community.vuetifyjs.com')
43+
api.exitLog('Github: https://github.com/vuetifyjs/vuetify')
44+
api.exitLog('Support Vuetify: https://github.com/sponsors/johnleider')
4145
})
4246
}

0 commit comments

Comments
 (0)