You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update in-memory prerender manifest with information from full route cache (#579)
* test: nonprerendered page and sanboxed lambda invocations
* fix: update prerender manifest with information from full route cache
* fix: use serverDistDir from options passed to CacheHandler to figure out prerender-manifest.json path
* chore: fix windows specific things
---------
Co-authored-by: Philippe Serhal <[email protected]>
test<FixtureTestContext>("not-prerendered pages should be permanently cached when produced by sandboxed invocations that don't share memory",async(ctx)=>{
309
+
awaitcreateFixture('server-components',ctx)
310
+
awaitrunPlugin(ctx)
311
+
312
+
constblobEntries=awaitgetBlobEntries(ctx)
313
+
// dynamic route that is not pre-rendered should NOT be in the blob store (this is to ensure that test setup is correct)
0 commit comments