1.0.17 • Published 7 months ago

dd-autossh v1.0.17

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

webpack接入

const autossh = require('dd-autossh')
module.exports = {
  //其他配置
  plugins: [
    new autossh({
      host: '******',
      username: '***',
      password: '******',
      remotePath: '****'
    })
  ]
}

fetk接入

const autossh = require('dd-autossh')
module.exports = getConfig({
  //其他配置
  configurePlugins(pluginIns){
    pluginIns.push({
    name: 'autossh',
      plugin: autossh,
      args: [{
        host: '****',
        username: '****',
        password: '****',
        remotePath: '****'
      }],
    })
  }
});
1.0.17

7 months ago

1.0.16

7 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago