Skip to content

Commit ae515c0

Browse files
committed
fix: don't ignore aws-crypto when bundling router
1 parent 6ad7e8f commit ae515c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export async function buildRouter(
165165
SERVER_URL: `"${serverURL}"`,
166166
OPTIONS_URL: `"${optionsURL}"`,
167167
},
168-
external: ['node:*', '@aws-sdk', '@aws-crypto'],
168+
external: ['node:*', '@aws-sdk'],
169169
format: 'cjs',
170170
bundle: true,
171171
platform: 'node',

0 commit comments

Comments
 (0)