initial waku

This commit is contained in:
dswbx
2025-07-09 08:13:42 +02:00
parent 2ca1f64ae6
commit a9efee3555
27 changed files with 575 additions and 6 deletions
+6
View File
@@ -0,0 +1,6 @@
import { unstable_redirect as redirect } from "waku/router/server";
export default async function AdminIndex() {
await new Promise((resolve) => setTimeout(resolve, 100));
redirect("/admin/data");
}