Skip to content

Commit

Permalink
fix: add app-tools type re-export
Browse files Browse the repository at this point in the history
  • Loading branch information
GiveMe-A-Name committed Apr 10, 2024
1 parent 94e63dd commit 427dfd2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/solutions/app-tools/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ export type { webpack, Rspack } from '@modern-js/uni-builder';
export type { Bundler } from './utils';
export type {
ServerUserConfig,
ServerNormalizedConfig,
BffUserConfig,
BffNormalizedConfig,
SSR,
SSRByEntries,
} from '@modern-js/server-core';
Expand Down

0 comments on commit 427dfd2

Please sign in to comment.