From ace3731211c118aa5e10057fcbeccfce9795e43a Mon Sep 17 00:00:00 2001 From: Sandros94 Date: Mon, 26 Aug 2024 11:51:30 +0200 Subject: [PATCH] up --- playground/nuxt.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 49e73ff..2cfdf94 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -39,5 +39,5 @@ export default defineNuxtConfig({ }, devtools: { enabled: true }, imports: { autoImport: true }, - compatibilityDate: '2024-07-10', + compatibilityDate: '2024-08-22', })