wip: cloud
This commit is contained in:
parent
47d4c87bdd
commit
810c9cff1d
33 changed files with 575 additions and 2193 deletions
|
|
@ -21,5 +21,5 @@ export default createHandler(() => (
|
|||
)}
|
||||
/>
|
||||
), {
|
||||
mode: "sync",
|
||||
mode: "async",
|
||||
})
|
||||
|
|
|
|||
5
cloud/app/src/middleware.ts
Normal file
5
cloud/app/src/middleware.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineMiddleware } from "vinxi/http"
|
||||
|
||||
export default defineMiddleware({
|
||||
onBeforeResponse() {},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue