Rooms are served by the fallback shell, not prerendered

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
Eric Wagoner
2026-09-22 17:12:11 -04:00
co-authored by Claude Fable 5.1
parent 6c6edca4be
commit 6369765378
+2
View File
@@ -0,0 +1,2 @@
// A room is known only at runtime: the fallback shell serves it and the client reads the code from the address.
export const prerender = false;