Skip to content

Commit 5e0298e

Browse files
committed
export Deno.serve integration
1 parent 095a6a0 commit 5e0298e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/deno/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export {
9494
export { DenoClient } from './client';
9595

9696
export { getDefaultIntegrations, init } from './sdk';
97-
97+
export { denoServeIntegration } from './integrations/deno-serve';
9898
export { denoContextIntegration } from './integrations/context';
9999
export { globalHandlersIntegration } from './integrations/globalhandlers';
100100
export { normalizePathsIntegration } from './integrations/normalizepaths';

0 commit comments

Comments
 (0)