Skip to content

Commit 6508edd

Browse files
committed
exports entry point
1 parent f32d711 commit 6508edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ app.listen(port, () => {
7474
});
7575

7676
// Export for Cloud Run
77-
module.exports = app;
77+
exports.app = app;

0 commit comments

Comments
 (0)