wip: cloud

This commit is contained in:
Dax Raad 2025-09-02 03:14:56 -04:00
commit 810c9cff1d
33 changed files with 575 additions and 2193 deletions

View file

@ -21,5 +21,5 @@ export default createHandler(() => (
)}
/>
), {
mode: "sync",
mode: "async",
})

View file

@ -0,0 +1,5 @@
import { defineMiddleware } from "vinxi/http"
export default defineMiddleware({
onBeforeResponse() {},
})