We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095a6a0 commit 5e0298eCopy full SHA for 5e0298e
packages/deno/src/index.ts
@@ -94,7 +94,7 @@ export {
94
export { DenoClient } from './client';
95
96
export { getDefaultIntegrations, init } from './sdk';
97
-
+export { denoServeIntegration } from './integrations/deno-serve';
98
export { denoContextIntegration } from './integrations/context';
99
export { globalHandlersIntegration } from './integrations/globalhandlers';
100
export { normalizePathsIntegration } from './integrations/normalizepaths';
0 commit comments