Skip to content

Commit

Permalink
build: disable autoImport for playground to prevent producing runtime…
Browse files Browse the repository at this point in the history
… errors
  • Loading branch information
dvdmlln committed Dec 13, 2023
1 parent b114892 commit f5ca0ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ export default defineNuxtConfig({
strict: true,
},
devtools: { enabled: true },
imports: {
autoImport: false,
},
})

0 comments on commit f5ca0ed

Please sign in to comment.