chore: dev env
This commit is contained in:
parent
63a7ab8061
commit
0d1aaef4fb
3 changed files with 8 additions and 3 deletions
|
@ -2,6 +2,11 @@
|
|||
|
||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||
|
||||
<a name="0.2.19"></a>
|
||||
## [0.2.19](https://github.com/billchurch/WebSSH2/compare/v0.2.18...v0.2.19) (2024-08-22)
|
||||
|
||||
|
||||
|
||||
<a name="0.2.18"></a>
|
||||
## [0.2.18](https://github.com/billchurch/WebSSH2/compare/v0.2.17...v0.2.18) (2024-08-22)
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ const defaultConfig = {
|
|||
readyTimeout: 20000,
|
||||
keepaliveInterval: 120000,
|
||||
keepaliveCountMax: 10,
|
||||
alwaysSendKeyboardInteractivePrompts: false,
|
||||
alwaysSendKeyboardInteractivePrompts: false
|
||||
},
|
||||
header: {
|
||||
text: null,
|
||||
|
|
|
@ -49,9 +49,9 @@
|
|||
"start": "node index.js",
|
||||
"lint": "eslint app",
|
||||
"lint:fix": "eslint app --fix",
|
||||
"watch": "NODE_ENV=development nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
||||
"watch": "NODE_ENV=development DEBUG=webssh*,-webssh2:ssh2 nodemon index.js -w app/ -w index.js -w config.json -w package.json",
|
||||
"test": "jest",
|
||||
"release": "standard-version -a -s --release-as patch",
|
||||
"release": "standard-version -a -s --release-as patch --commit-all",
|
||||
"release:dry-run": "standard-version -a -s --release-as patch --dry-run",
|
||||
"publish:dry-run": "npm publish --dry-run",
|
||||
"publish:npm": "npm publish",
|
||||
|
|
Loading…
Reference in a new issue