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 1ca74ae commit 0726a2dCopy full SHA for 0726a2d
src/index.ts
@@ -111,6 +111,7 @@ SERVER.listen(PORT, () => {
111
if (process.env.NODE_ENV !== NodeEnv.PRODUCTION) {
112
console.log('Serving function...');
113
console.log(`Function: ${TARGET}`);
114
+ console.log(`Signature type: ${SIGNATURE_TYPE}`);
115
console.log(`URL: http://localhost:${PORT}/`);
116
}
117
}).setTimeout(0); // Disable automatic timeout on incoming connections.
0 commit comments