Stub out all SSR, built login page

This commit is contained in:
Ean Milligan
2026-04-10 02:37:13 -04:00
parent 318f096d33
commit 5b28f36bef
4 changed files with 77 additions and 4 deletions

3
ssr/buildHome.ts Normal file
View File

@@ -0,0 +1,3 @@
export default (userId: string) => {
return `${userId}`;
};