From fa054debd5d8dedd0f31b79292f7f35ec9713422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20GUILLOUX?= Date: Thu, 22 Dec 2022 03:50:53 +0100 Subject: [PATCH] chore(pinceau): enable Nuxt Studio compatibility for Pinceau --- nuxt.config.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 44524a3a5..af2f2cce6 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -51,7 +51,8 @@ export default defineNuxtConfig({ ], pinceau: { configFileName: 'tokens.config', - debug: false + debug: false, + studio: true }, content: { documentDriven: true,