ohh so just like according to nextjs official docs? like just put at root level `middleware.ts`?
ohh so just like according to nextjs official docs? like just put at root level
middleware.ts?functions/?middleware.ts being used with next-on-pages here: https://github.com/dario-piotrowicz/next-apps-for-testing/tree/master/apps/middleware-13.2.4
functions/ or full stack Next.js without functions/ 
next start and it magicaly works through this addition:npx wrangler dev --remote--remote flag when I call next start ?
next start?setupDevBindings is a thin wrapper on getPlatformProxyexport const runtime = "edge", no cache is used at all.export default {
fetch: app.fetch,
scheduled: async (c, env, ctx) => {}
} satisfies ExportedHandler<Env>; # npm audit report
debug 4.0.0 - 4.3.0
Regular Expression Denial of Service in debug - https://github.com/advisories/GHSA-gxpj-cx7g-858c
fix available via `npm audit fix`
node_modules/@vercel/fun/node_modules/debug
@vercel/fun <=1.1.0
Depends on vulnerable versions of debug
Depends on vulnerable versions of semver
node_modules/@vercel/fun
vercel 28.12.3 || 29.0.1 - 29.0.3 || >=32.0.2
Depends on vulnerable versions of @vercel/fun
Depends on vulnerable versions of @vercel/node
node_modules/vercel
semver 7.0.0 - 7.5.1
Severity: moderate
semver vulnerable to Regular Expression Denial of Service - https://github.com/advisories/GHSA-c2qf-rxjj-qqgw
fix available via `npm audit fix`
node_modules/@vercel/fun/node_modules/semver
undici <=5.28.3
Undici proxy-authorization header not cleared on cross-origin redirect in fetch - https://github.com/advisories/GHSA-3787-6prv-h9w3
Undici's fetch with integrity option is too lax when algorithm is specified but hash value is in incorrect - https://github.com/advisories/GHSA-9qxr-qj54-h672
Undici's Proxy-Authorization header not cleared on cross-origin redirect for dispatch, request, stream, pipeline - https://github.com/advisories/GHSA-m4v8-wqvr-p9f7fix available via `npm audit fix`
node_modules/@vercel/node/node_modules/undici
@vercel/node 2.14.0 || >=3.0.2
Depends on vulnerable versions of undici
node_modules/@vercel/node
6 vulnerabilities (3 low, 3 moderate) if (process.env.NODE_ENV === "development") {
const { setupDevPlatform } = require("@cloudflare/next-on-pages/next-dev")
setupDevPlatform()
}