Skip to content

Commit

Permalink
config option to enable/disable MultiCache (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
vernaillen authored Apr 2, 2024
1 parent a0ad5c8 commit 2296e65
Show file tree
Hide file tree
Showing 5 changed files with 874 additions and 1,621 deletions.
1 change: 1 addition & 0 deletions playground/.env-example
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ WPNUXT_FRONTEND_URL=http://localhost:3000
WPNUXT_FAUST_SECRET_KEY=yourKey
WPNUXT_SHOW_BLOCK_INFO=true
WPNUXT_DEBUG=true
WPNUXT_ENABLE_MULTI_CACHE=false
3 changes: 2 additions & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default defineNuxtConfig({
faustSecretKey: '',
showBlockInfo: false,
debug: false,
replaceSchema: false
replaceSchema: false,
enableMultiCache: true
},
graphqlMiddleware: {
downloadSchema: true,
Expand Down
Loading

0 comments on commit 2296e65

Please sign in to comment.