mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 14:55:19 +00:00
6 lines
109 B
TypeScript
6 lines
109 B
TypeScript
import { defineMiddleware } from "vinxi/http"
|
|
|
|
export default defineMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|