From da52d23086563825c8e6059bdea14fe88666e501 Mon Sep 17 00:00:00 2001 From: Ayo Date: Sun, 23 Nov 2025 19:35:52 +0100 Subject: [PATCH] feat: set unstorage driver to 'fs' --- nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 098f84a9..6ba7fc68 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -144,7 +144,7 @@ export default defineNuxtConfig({ }, appConfig: { storage: { - driver: process.env.NUXT_STORAGE_DRIVER ?? (isCI ? 'cloudflare' : 'fs'), + driver: 'fs', }, }, runtimeConfig: {