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 afaa0d2 commit 7b480e5Copy full SHA for 7b480e5
packages/runtime/src/helpers/functionsMetaData.ts
@@ -43,7 +43,7 @@ export const writeFunctionConfiguration = async (functionInfo: FunctionInfo) =>
43
const metadata = {
44
config: {
45
name: functionTitle,
46
- generator: `${NEXT_PLUGIN_NAME}@${nextPluginVersion || 'version-not-found'}`,
+ generator: `${NEXT_PLUGIN_NAME}@${nextPluginVersion || 'unknown'}`,
47
},
48
version: 1,
49
}
0 commit comments