feat: added build dir

This commit is contained in:
Ritesh Ghosh
2023-08-02 13:46:34 +05:30
parent 59c7c23f09
commit e05b90c7a3
24 changed files with 507 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Servers = void 0;
const anime_1 = require("./anime");
Object.defineProperty(exports, "Servers", { enumerable: true, get: function () { return anime_1.Servers; } });