mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
* Allow env to be specified in config (#424) This is referencing #424. User specified environment variables in the `.hyperterm.js` file are expected under a field named `env`. An example config: ``` module.exports = { config: { ... // Environment variables env: { WHAT_UP: 'heyo', } ... }, plugins: [], localPlugins: [] }; ``` * Add env field to default config |
||
|---|---|---|
| .. | ||
| static | ||
| auto-updater.js | ||
| config-default.js | ||
| config.js | ||
| index.html | ||
| index.js | ||
| menu.js | ||
| notify.html | ||
| notify.js | ||
| package.json | ||
| plugins.js | ||
| rpc.js | ||
| session.js | ||