Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Dec 23, 2024
1 parent ba1d6fd commit 8146f4f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ export default defineNuxtConfig({
'../src/module',
'@wpnuxt/core'
],
devtools: { enabled: true },
future: {
compatibilityVersion: 4
},
compatibilityDate: '2024-08-14',
wpNuxt: {
wordpressUrl: 'https://wordpress.wpnuxt.com',
frontendUrl: 'https://demo.wpnuxt.com',
logLevel: 4
},
future: {
compatibilityVersion: 4
},
devtools: { enabled: true },
compatibilityDate: '2024-08-14'
}
})

0 comments on commit 8146f4f

Please sign in to comment.