feat: added build dir
This commit is contained in:
Vendored
+17
@@ -0,0 +1,17 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Servers = void 0;
|
||||
var Servers;
|
||||
(function (Servers) {
|
||||
Servers["AsianLoad"] = "asianload";
|
||||
Servers["GogoCDN"] = "gogocdn";
|
||||
Servers["StreamSB"] = "streamsb";
|
||||
Servers["MixDrop"] = "mixdrop";
|
||||
Servers["UpCloud"] = "upcloud";
|
||||
Servers["VidCloud"] = "vidcloud";
|
||||
Servers["StreamTape"] = "streamtape";
|
||||
Servers["VizCloud"] = "vizcloud";
|
||||
Servers["MyCloud"] = "mycloud";
|
||||
Servers["Filemoon"] = "filemoon";
|
||||
Servers["VidStreaming"] = "vidstreaming";
|
||||
})(Servers || (exports.Servers = Servers = {}));
|
||||
Reference in New Issue
Block a user