#_middleware.ts not even running

3 messages · Page 1 of 1 (latest)

half forge
#
export async function onRequest(context){

    console.log('Hello');

    return await next();
}
#

Hello is not being printed

#

anywhere near