Dockerize gather
This commit is contained in:
11
shared-stuff/dist/index.js
vendored
Normal file
11
shared-stuff/dist/index.js
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
var __importDefault = (this && this.__importDefault) || function (mod) {
|
||||
return (mod && mod.__esModule) ? mod : { "default": mod };
|
||||
};
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.models = void 0;
|
||||
const ScanResult_1 = __importDefault(require("./models/ScanResult"));
|
||||
const models = {
|
||||
ScanResult: ScanResult_1.default
|
||||
};
|
||||
exports.models = models;
|
||||
Reference in New Issue
Block a user