Browse Source
* feat(vite-config): vite export typing * feat(vite-config): add type --------- Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>pull/7578/head
committed by
GitHub
1 changed files with 1 additions and 0 deletions
@ -1,4 +1,5 @@ |
|||
export * from './config'; |
|||
export * from './options'; |
|||
export * from './plugins'; |
|||
export type * from './typing'; |
|||
export { loadAndConvertEnv } from './utils/env'; |
|||
|
|||
Loading…
Reference in new issue