Browse Source

use nuxt 4

pull/1244/head
Bernd Storath 9 months ago
parent
commit
80e9a1388a
  1. 3
      src/nuxt.config.ts

3
src/nuxt.config.ts

@ -1,5 +1,8 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
compatibilityDate: '2024-04-03',
devtools: { enabled: true },
modules: [

Loading…
Cancel
Save