Skip to content

Commit b40cdad

Browse files
committed
fix(e2e): Update exports for node-exports-test-app
Signed-off-by: Kaung Zin Hein <[email protected]>
1 parent 36d425f commit b40cdad

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
@@ -65,6 +65,7 @@ export {
6565
initOpenTelemetry,
6666
isInitialized,
6767
koaIntegration,
68+
knexIntegration,
6869
lastEventId,
6970
linkedErrorsIntegration,
7071
localVariablesIntegration,

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
fastifyIntegration,
8989
fsIntegration,
9090
graphqlIntegration,
91+
knexIntegration,
9192
mongoIntegration,
9293
mongooseIntegration,
9394
mysqlIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export {
109109
connectIntegration,
110110
setupConnectErrorHandler,
111111
graphqlIntegration,
112+
knexIntegration,
112113
mongoIntegration,
113114
mongooseIntegration,
114115
mysqlIntegration,

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

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

0 commit comments

Comments
 (0)