Browse Source

feat(vite-config): vite export typing (#7569)

* 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
moil-xm 4 weeks ago
committed by GitHub
parent
commit
05920cd66d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      internal/vite-config/src/index.ts

1
internal/vite-config/src/index.ts

@ -1,4 +1,5 @@
export * from './config';
export * from './options';
export * from './plugins';
export type * from './typing';
export { loadAndConvertEnv } from './utils/env';

Loading…
Cancel
Save