refactor: auto import masto composables

This commit is contained in:
三咲智子 2023-01-07 02:35:45 +08:00
parent 79e4841f87
commit bf8070c4b9
No known key found for this signature in database
GPG key ID: 69992F2250DFD93E
5 changed files with 2 additions and 6 deletions

View file

@ -48,9 +48,10 @@ export default defineNuxtConfig({
},
imports: {
dirs: [
'./composables/masto',
'./composables/push-notifications',
'./composables/tiptap',
'./composables/settings',
'./composables/tiptap',
],
},
vite: {