Remove database configuration from nuxt.config.ts

This commit is contained in:
2026-02-23 12:49:05 +03:30
parent 4ebc46d3bd
commit 4fe7a4c484
+1 -4
View File
@@ -153,10 +153,7 @@ export default defineNuxtConfig({
},
},
documentDriven: false,
respectPathCase: true,
database: {
type: "json",
},
respectPathCase: true
} as any,
i18n: {