mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
config-default: document new location of local plugins
This commit is contained in:
parent
85cac1e353
commit
56f7a8ee2e
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ module.exports = {
|
|||
plugins: [],
|
||||
|
||||
// in development, you can create a directory under
|
||||
// `~/.hyperterm_modules` and include it as a local
|
||||
// plugin to load it and avoid npm installation
|
||||
// `~/.hyperterm_modules/local/` and include it here
|
||||
// to load it and avoid it being `npm install`ed
|
||||
localPlugins: []
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue