diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 2928d6a..c6fa8a9 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -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' + } })