diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index efab8451..5397118c 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,5 +1,7 @@ export default defineNuxtConfig({ modules: [ '../src/module' - ] -}) + ], + + compatibilityDate: '2024-07-23' +}) \ No newline at end of file