Skip to content

Commit 60d537f

Browse files
committed
Add missing node re-exports
1 parent 334ff6f commit 60d537f

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ export {
3737
expressIntegration,
3838
extraErrorDataIntegration,
3939
fastifyIntegration,
40+
firebaseIntegration,
4041
flush,
4142
fsIntegration,
4243
functionToStringIntegration,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ export {
8686
connectIntegration,
8787
setupConnectErrorHandler,
8888
fastifyIntegration,
89+
firebaseIntegration,
8990
fsIntegration,
9091
genericPoolIntegration,
9192
graphqlIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ export {
104104
setupExpressErrorHandler,
105105
fastifyIntegration,
106106
setupFastifyErrorHandler,
107+
firebaseIntegration,
107108
koaIntegration,
108109
setupKoaErrorHandler,
109110
connectIntegration,

packages/google-cloud-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export {
8787
connectIntegration,
8888
setupConnectErrorHandler,
8989
fastifyIntegration,
90+
firebaseIntegration,
9091
genericPoolIntegration,
9192
graphqlIntegration,
9293
knexIntegration,

0 commit comments

Comments
 (0)