We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d88862 commit 3d0b6e4Copy full SHA for 3d0b6e4
packages/api-middleware/tsup.config.ts
@@ -5,7 +5,7 @@ import { applyConfig } from '../../tsup.base.config';
5
// TODO: [P1] Compute this automatically.
6
const DEPENDENT_PATHS = ['api/src/index.ts'];
7
8
-const commonConfig = applyConfig(config=>({
+const commonConfig = applyConfig(config => ({
9
...config,
10
entry: {
11
'botframework-webchat-api-middleware': './src/index.ts',
0 commit comments