ci010 / electron-vue-next

A starter template for using vue-next with the electron.
https://ci010.github.io/electron-vue-next/
191 stars 27 forks source link

chore(dev): Auto-build env.d.ts #31

Closed cawa-93 closed 3 years ago

cawa-93 commented 3 years ago

Added a script that looks for all possible variations of environment variables and forms on their basis Typescript interfaces

BREAKING CHANGE: scripts/env.js now export env object in "default" scope

cawa-93 commented 3 years ago

Blocked by https://github.com/microsoft/TypeScript/issues/41468