Skip to content

Commit

Permalink
chore(pinceau): enable Nuxt Studio compatibility for Pinceau
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Dec 22, 2022
1 parent 5eaf608 commit fa054de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nuxt.config.ts
Expand Up @@ -51,7 +51,8 @@ export default defineNuxtConfig({
],
pinceau: {
configFileName: 'tokens.config',
debug: false
debug: false,
studio: true
},
content: {
documentDriven: true,
Expand Down

0 comments on commit fa054de

Please sign in to comment.