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 f32d711 commit 6508eddCopy full SHA for 6508edd
src/index.js
@@ -74,4 +74,4 @@ app.listen(port, () => {
74
});
75
76
// Export for Cloud Run
77
-module.exports = app;
+exports.app = app;
0 commit comments