Compare commits
1 Commits
c4f0767b58
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a9f261189 |
@@ -4,7 +4,6 @@ import { renderToString } from "react-dom/server";
|
|||||||
import { AppShell } from "./src/frontend/AppShell";
|
import { AppShell } from "./src/frontend/AppShell";
|
||||||
import { Home } from "./src/frontend/pages/home";
|
import { Home } from "./src/frontend/pages/home";
|
||||||
import { NotFound } from "./src/frontend/pages/not-found";
|
import { NotFound } from "./src/frontend/pages/not-found";
|
||||||
import demo from "./temp/appshell.html";
|
|
||||||
import { Post } from "./src/frontend/pages/post";
|
import { Post } from "./src/frontend/pages/post";
|
||||||
import { dbConnection } from "./src/db";
|
import { dbConnection } from "./src/db";
|
||||||
|
|
||||||
@@ -120,7 +119,6 @@ Bun.serve({
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
"/target": demo,
|
|
||||||
"/profile-picture.webp": () => {
|
"/profile-picture.webp": () => {
|
||||||
return new Response(Bun.file("./src/public/profile-picture.webp"), {
|
return new Response(Bun.file("./src/public/profile-picture.webp"), {
|
||||||
headers: {
|
headers: {
|
||||||
|
|||||||
1485
temp/appshell.html
1485
temp/appshell.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user