change: everything

This commit is contained in:
Xory 2026-02-07 16:12:58 +02:00
parent 1e09c02cb9
commit a49c5d8bcc
15 changed files with 1107 additions and 229 deletions

View file

@ -4,5 +4,6 @@ export default [
index("routes/home.tsx"),
route("login", "routes/login.tsx"),
route("create", "routes/create.tsx"),
route("view", "routes/view.tsx")
route("view", "routes/view.tsx"),
route("api/posts/:postId", "routes/api.posts.$postId.ts")
] satisfies RouteConfig;