Skip to content

Commit c197522

Browse files
committed
add rollup entrypoint
1 parent e9d52ea commit c197522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nestjs/rollup.npm.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { makeBaseNPMConfig, makeNPMConfigVariants } from '@sentry-internal/rollu
22

33
export default makeNPMConfigVariants(
44
makeBaseNPMConfig({
5-
entrypoints: ['src/index.ts', 'src/setup.ts'],
5+
entrypoints: ['src/index.ts', 'src/setup.ts', 'src/microservices.ts'],
66
}),
77
);

0 commit comments

Comments
 (0)