| 12345678910 |
- globalThis.process ??= {}; globalThis.process.env ??= {};
- import { ap as NOOP_MIDDLEWARE_HEADER } from './astro/server_WO3f6Mge.mjs';
- const NOOP_MIDDLEWARE_FN = async (_ctx, next) => {
- const response = await next();
- response.headers.set(NOOP_MIDDLEWARE_HEADER, "true");
- return response;
- };
- export { NOOP_MIDDLEWARE_FN as N };
|