Skip to content

Commit

Permalink
feat: use fs as cache storage
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinpetr committed Jul 8, 2024
1 parent 9a5f6ba commit 53dc03c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ export default defineNuxtConfig({
target: 'esnext',
},
},
storage: {
cache: {
driver: 'fs',
},
},
},
vite: {
build: {
Expand Down

0 comments on commit 53dc03c

Please sign in to comment.