测试版
This commit is contained in:
6
node_modules/store/scripts/create-tunnel.js
generated
vendored
Normal file
6
node_modules/store/scripts/create-tunnel.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
var port = 9575
|
||||
var tunnel = require('./saucelabs/tunnel')
|
||||
|
||||
tunnel.setup(port, function(err, url) {
|
||||
console.log("Tunnel up and running at", url)
|
||||
})
|
||||
Reference in New Issue
Block a user