Skip to content

Commit

Permalink
Test app-static in ppr mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmarkbage committed Nov 8, 2023
1 parent 3c6d470 commit f4cd323
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/app-dir/app-static/app-static-ppr.test.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
process.env.ENABLE_PPR = 'true'
require('./app-static.test')
1 change: 1 addition & 0 deletions test/e2e/app-dir/app-static/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module.exports = {
},
experimental: {
incrementalCacheHandlerPath: process.env.CUSTOM_CACHE_HANDLER,
ppr: process.env.ENABLE_PPR === 'true',
},

rewrites: async () => {
Expand Down

0 comments on commit f4cd323

Please sign in to comment.