Skip to content

Commit 4c212b8

Browse files
committed
Add missing node re-exports
1 parent 749ba52 commit 4c212b8

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
@@ -89,6 +89,7 @@ export {
8989
connectIntegration,
9090
setupConnectErrorHandler,
9191
fastifyIntegration,
92+
firebaseIntegration,
9293
fsIntegration,
9394
genericPoolIntegration,
9495
graphqlIntegration,

packages/bun/src/index.ts

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

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

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

0 commit comments

Comments
 (0)