Skip to content

Commit ef30b78

Browse files
committed
chore: nested autoimport fixed
1 parent c18fe19 commit ef30b78

4 files changed

Lines changed: 6 additions & 7 deletions

File tree

apps/frontend/nuxt.config.ts

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@ export default defineNuxtConfig({
9292
},
9393
},
9494

95-
// TODO: investigate why this is not working, prob Nuxt 4 alpha bug.
96-
// imports: {
97-
// dirs: [
98-
// '~/composables/**',
99-
// '~/utils/**',
100-
// ],
101-
// },
95+
imports: {
96+
dirs: [
97+
'~/composables/**',
98+
'~/utils/**',
99+
],
100+
},
102101

103102
components: [
104103
{

0 commit comments

Comments
 (0)