We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc7532 commit 9ea817cCopy full SHA for 9ea817c
packages/plugin-rsc/e2e/starter.test.ts
@@ -283,7 +283,6 @@ test.describe(() => {
283
}
284
},
285
configurePreviewServer(server) {
286
- globalThis.__dynamicBase = '/custom-server/';
287
server.middlewares.use((req, res, next) => {
288
const url = new URL(req.url ?? '', "http://localhost");
289
if (url.pathname.startsWith('/custom-server/')) {
0 commit comments