0.0.1 • Published 2 years ago
unplugin-auto-env v0.0.1
unplugin-auto-env
Automatically generate env type
Install
npm i -D unplugin-auto-env
// vite.config.ts
import DeployInfo from 'unplugin-deploy-info/vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
DeployInfo({
/* options */
})
],
})
License
MIT License © 2023 Elone Hoo
0.0.1
2 years ago