This commit is contained in:
2026-01-22 21:12:34 -07:00
parent ce7ce427c6
commit eebba4d7bc
7 changed files with 154 additions and 92 deletions

View File

@@ -0,0 +1,5 @@
// Dummy module for SSR-only mode
export default function () {
console.log("SSR-only mode - no client-side hydration");
return Promise.resolve({});
}