Skip to content

Commit 3d0b6e4

Browse files
committed
Clean up
1 parent 3d88862 commit 3d0b6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api-middleware/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { applyConfig } from '../../tsup.base.config';
55
// TODO: [P1] Compute this automatically.
66
const DEPENDENT_PATHS = ['api/src/index.ts'];
77

8-
const commonConfig = applyConfig(config=>({
8+
const commonConfig = applyConfig(config => ({
99
...config,
1010
entry: {
1111
'botframework-webchat-api-middleware': './src/index.ts',

0 commit comments

Comments
 (0)