diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 1db8c6f..b1ce333 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -2,4 +2,7 @@ export default defineNuxtConfig({ modules: ['../src/module'], cron: {}, devtools: { enabled: true }, + future: { + compatibilityVersion: 4, + }, })