UNPKG
magnet-localtunnel
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.0
Magnet adapter for localtunnel
github.com/magnetjs/magnet-localtunnel
magnetjs/magnet-localtunnel
magnet-localtunnel
/
dist
/
config
/
localtunnel.js
7 lines
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
// https://github.com/localtunnel/localtunnel#opts
exports
.
default
= {
port
:
8080
, };
//# sourceMappingURL=localtunnel.js.map