Skip to content

Commit 65ff3ef

Browse files
committed
Add missing node re-exports
1 parent 11bcb38 commit 65ff3ef

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
@@ -39,6 +39,7 @@ export {
3939
expressIntegration,
4040
extraErrorDataIntegration,
4141
fastifyIntegration,
42+
firebaseIntegration,
4243
flush,
4344
fsIntegration,
4445
functionToStringIntegration,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ export {
8888
connectIntegration,
8989
setupConnectErrorHandler,
9090
fastifyIntegration,
91+
firebaseIntegration,
9192
fsIntegration,
9293
genericPoolIntegration,
9394
graphqlIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export {
106106
setupExpressErrorHandler,
107107
fastifyIntegration,
108108
setupFastifyErrorHandler,
109+
firebaseIntegration,
109110
koaIntegration,
110111
setupKoaErrorHandler,
111112
connectIntegration,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ export {
8989
connectIntegration,
9090
setupConnectErrorHandler,
9191
fastifyIntegration,
92+
firebaseIntegration,
9293
genericPoolIntegration,
9394
graphqlIntegration,
9495
knexIntegration,

0 commit comments

Comments
 (0)