From 628f86be3e26370dcbeb1799fa80a49f0d02de21 Mon Sep 17 00:00:00 2001 From: hywax Date: Mon, 7 Oct 2024 19:53:53 +0500 Subject: [PATCH] chore: compatibilityVersion on playground --- playground/nuxt.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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, + }, })