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 83a81b1 commit 8fe8339Copy full SHA for 8fe8339
src/lib/edge-functions/internal.mjs
@@ -32,7 +32,7 @@ export const getInternalFunctions = async () => {
32
}
33
34
const data = {
35
- functions: manifest.functions,
+ functions: manifest.functions || [],
36
path,
37
38
0 commit comments