Files
vercel/packages/cli/test/dev/fixtures/middleware-error-at-init/middleware.js
Nathan Rajlich ee1211416f [cli] Support root-level Middleware file in vc dev (#7973)
Adds initial support for a root-level `middleware.js` / `middleware.ts` file in the `vercel dev` CLI command. This leverages the existing Edge Function invoking logic in `@vercel/node`'s `startDevServer()` function and applies the necessary response / rewrites / mutations to the HTTP request based on the result of the middleware invocation.
2022-06-27 19:56:32 +00:00

2 lines
42 B
JavaScript

throw new Error('Middleware init error');