Fix JWT_SECRET env var, setup database, update spider web and DAILY BUGLE colors to #e62020

This commit is contained in:
2026-06-24 15:08:48 +02:00
commit 1e332fb50d
942 changed files with 447438 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { redirect } from "next/navigation"
export default function RootPage() {
redirect("/dashboard")
}