Skip to content

Commit 0726a2d

Browse files
authored
fix: Log function signature type (#228)
Fix issue #227
1 parent 1ca74ae commit 0726a2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ SERVER.listen(PORT, () => {
111111
if (process.env.NODE_ENV !== NodeEnv.PRODUCTION) {
112112
console.log('Serving function...');
113113
console.log(`Function: ${TARGET}`);
114+
console.log(`Signature type: ${SIGNATURE_TYPE}`);
114115
console.log(`URL: http://localhost:${PORT}/`);
115116
}
116117
}).setTimeout(0); // Disable automatic timeout on incoming connections.

0 commit comments

Comments
 (0)