mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { defineMiddleware } from "vinxi/http"
|
|
|
|
export default defineMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|