Remove temporary design target, it's been achieved

This commit is contained in:
Caleb Braaten 2026-01-20 17:06:21 -08:00
parent c4f0767b58
commit 7a9f261189
2 changed files with 0 additions and 1487 deletions

View File

@ -4,7 +4,6 @@ import { renderToString } from "react-dom/server";
import { AppShell } from "./src/frontend/AppShell";
import { Home } from "./src/frontend/pages/home";
import { NotFound } from "./src/frontend/pages/not-found";
import demo from "./temp/appshell.html";
import { Post } from "./src/frontend/pages/post";
import { dbConnection } from "./src/db";
@ -120,7 +119,6 @@ Bun.serve({
},
);
},
"/target": demo,
"/profile-picture.webp": () => {
return new Response(Bun.file("./src/public/profile-picture.webp"), {
headers: {

File diff suppressed because it is too large Load Diff