feat: set unstorage driver to 'fs'
Some checks failed
Some checks failed
This commit is contained in:
parent
1aae94b4dc
commit
da52d23086
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default defineNuxtConfig({
|
|||
},
|
||||
appConfig: {
|
||||
storage: {
|
||||
driver: process.env.NUXT_STORAGE_DRIVER ?? (isCI ? 'cloudflare' : 'fs'),
|
||||
driver: 'fs',
|
||||
},
|
||||
},
|
||||
runtimeConfig: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue