Skip to content

Commit 9ea817c

Browse files
committed
chore: cleanup
1 parent 7bc7532 commit 9ea817c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/plugin-rsc/e2e/starter.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ test.describe(() => {
283283
}
284284
},
285285
configurePreviewServer(server) {
286-
globalThis.__dynamicBase = '/custom-server/';
287286
server.middlewares.use((req, res, next) => {
288287
const url = new URL(req.url ?? '', "http://localhost");
289288
if (url.pathname.startsWith('/custom-server/')) {

0 commit comments

Comments
 (0)