We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7a922 commit e8090d0Copy full SHA for e8090d0
2 files changed
.scripts/build.mjs
@@ -34,7 +34,7 @@ for (const config of packages) {
34
recursive: true,
35
})
36
await fsp.cp(
37
- join(output, 'functions/__nitro.func'),
+ join(output, 'functions/__fallback.func'),
38
`.vercel/output/functions/${name}.func`,
39
{
40
0 commit comments