We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6404bab commit 2b5ce56Copy full SHA for 2b5ce56
packages/adapter-vercel/index.js
@@ -326,7 +326,7 @@ const plugin = function (defaults = {}) {
326
327
if (!runtime.startsWith('nodejs') && !bun_runtime) {
328
throw new Error(
329
- `${directory}: Routes using \`isr\` must use a Node.js or Bun runtime (for example 'nodejs20.x' or 'bun1.x')`
+ `${directory}: Routes using \`isr\` must use a Node.js or Bun runtime (for example 'nodejs22.x' or 'experimental_bun1.x')`
330
);
331
}
332
0 commit comments