Skip to content

Commit 45d11f4

Browse files
committed
chore: cleanup
1 parent 3dcefb8 commit 45d11f4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

packages/plugin-rsc/examples/basic/src/framework/entry.rsc.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@ async function handleRequest({
9191
})
9292
}
9393

94-
// TODO: implement this
95-
// import.meta.viteRsc.import<typeof import('./entry.ssr.tsx')>('./entry.ssr', {
96-
// environment: 'ssr',
97-
// })
98-
// import.meta.viteRsc.importEnvironment(import("./entry.ssr.tsx"));
99-
// import.meta.viteRsc.importAsset(import("./entry.browser.tsx"));
100-
// import(String("test"), { with: { viteRsc: "environment:ssr" } });
101-
// import(String("test"), { with: { viteRsc: "asset:client" } });
102-
// import("./entry.ssr.tsx", { with: { viteRscEnvironment: "rsc" } });
103-
10494
// Delegate to SSR environment for html rendering.
10595
// The plugin provides `loadModule` helper to allow loading SSR environment entry module
10696
// in RSC environment. however this can be customized by implementing own runtime communication

0 commit comments

Comments
 (0)