From d2d37e40930c1a0336083d74fc88e0a4f570fb33 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Tue, 23 Jul 2024 14:36:58 +0200 Subject: [PATCH] playground(nuxt.config): add `compatibilityDate` --- playground/nuxt.config.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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