mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
Co-authored-by: GitHub Action <action@github.com> Co-authored-by: Dax Raad <d@ironbay.co>
5 lines
124 B
TypeScript
5 lines
124 B
TypeScript
import { createMiddleware } from "@solidjs/start/middleware"
|
|
|
|
export default createMiddleware({
|
|
onBeforeResponse() {},
|
|
})
|