chore: enable devtools by default in playground

This commit is contained in:
Daniel Roe 2024-04-01 15:56:44 +01:00
parent 4bc22a838e
commit 17488508b1
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
export default defineNuxtConfig({
devtools: { enabled: true }
})