feat: set unstorage driver to 'fs' #4
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ export default defineNuxtConfig({
|
||||||
},
|
},
|
||||||
appConfig: {
|
appConfig: {
|
||||||
storage: {
|
storage: {
|
||||||
driver: process.env.NUXT_STORAGE_DRIVER ?? (isCI ? 'cloudflare' : 'fs'),
|
driver: 'fs',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
runtimeConfig: {
|
runtimeConfig: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue