a cli tool with devServer、build、etc commands
```js const autossh = require('dd-autossh') module.exports = { //其他配置 plugins: [ new autossh({ host: '******', username: '***', password: '******', remotePath: '****' }) ] } ```
```js const autossh = require('dd-autossh') module.exports = { //其他配置 plugins: [ new autossh({ host: '******', username: '***', password: '******', remotePath: '****' }) ] } ```