mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-25 19:54:22 +01:00
wip: cloud
This commit is contained in:
@@ -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() {},
|
||||
})
|
||||
Reference in New Issue
Block a user