Skip to content

Commit

Permalink
downloadSchema: true
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen committed Aug 13, 2024
1 parent 085b702 commit 34ae095
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@ export default defineNuxtConfig({
'../src/module'
],

wpNuxt: {
wordpressUrl: 'https://wordpress.wpnuxt.com',
frontendUrl: 'https://demo.wpnuxt.com',
faustSecretKey: '',
enableCache: true,
staging: false,
logLevel: 4,
downloadSchema: true,
composablesPrefix: 'use'
},

future: {
compatibilityVersion: 4
},
Expand All @@ -27,21 +38,6 @@ export default defineNuxtConfig({
}
},

experimental: {
payloadExtraction: true
},

wpNuxt: {
wordpressUrl: 'https://wordpress.wpnuxt.com',
frontendUrl: 'https://demo.wpnuxt.com',
faustSecretKey: '',
enableCache: true,
staging: false,
logLevel: 4,
downloadSchema: false,
composablesPrefix: 'use'
},

ui: {
icons: ['heroicons', 'uil', 'mdi']
},
Expand Down

0 comments on commit 34ae095

Please sign in to comment.