Skip to content

Commit 8914c57

Browse files
committed
Remove api-middleware
1 parent 614c336 commit 8914c57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-hooks/tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { defineConfig } from 'tsup';
33
import { applyConfig } from '../../tsup.base.config';
44

55
// TODO: [P1] Compute this automatically.
6-
const DEPENDENT_PATHS = ['api/src/index.ts', 'api-middleware/src/index.ts'];
6+
const DEPENDENT_PATHS = ['api/src/index.ts'];
77

88
const commonConfig = applyConfig(config => ({
99
...config,

0 commit comments

Comments
 (0)