Skip to content

Commit

Permalink
feat: export loadEnv from vite
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Mar 7, 2023
1 parent 294f47c commit 7609704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/node/index.ts
Expand Up @@ -5,6 +5,7 @@ export * from './build/build'
export * from './serve/serve'
export * from './init/init'
export { defineLoader, type LoaderModule } from './plugins/staticDataPlugin'
export { loadEnv } from 'vite'

// shared types
export type {
Expand Down

0 comments on commit 7609704

Please sign in to comment.