rsnext/test/e2e/multi-zone
JJ Kasper d49c700d0d
Fix shared entries/invalidators module scope (#46533)
This ensures we don't keep `entries` and `invalidator` in module scope
directly and nest it under a key specific to each compilation so
multiple `next` instances in the same process don't override one and
another.

## Bug

- [x] Related issues linked using `fixes #number`
- [ ] Integration tests added
- [ ] Errors have a helpful link attached, see
[`contributing.md`](https://github.com/vercel/next.js/blob/canary/contributing.md)

Closes: https://github.com/vercel/next.js/pull/46432
Fixes: https://github.com/vercel/next.js/issues/45852
2023-02-28 10:17:28 -08:00
..
app Fix shared entries/invalidators module scope (#46533) 2023-02-28 10:17:28 -08:00
multi-zone.test.ts Fix shared entries/invalidators module scope (#46533) 2023-02-28 10:17:28 -08:00