From 17488508b1cf7cfd98462bd85a1dfbf8e0570326 Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Mon, 1 Apr 2024 15:56:44 +0100 Subject: [PATCH] chore: enable devtools by default in playground --- 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 896312f044ed..a4da3d7459f6 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,3 +1,3 @@ export default defineNuxtConfig({ - + devtools: { enabled: true } })