aboutsummaryrefslogtreecommitdiff
path: root/packages/astro/test/fixtures/middleware-full-ssr/src/middleware.js
blob: 0061049c13a6416f44e3c4769f4c3416285e21e4 (plain) (blame)
1
2
import "./error.js"
export const onRequest = (_ , next) => next();