@apilogic/migration-tool-api
Version:
Universal sql/no-sql database serverless migration tool
12 lines • 354 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Compiler = void 0;
class Compiler {
constructor({ cwd, migrationsPath, buildPath }) {
this.cwd = cwd;
this.migrationsPath = migrationsPath;
this.buildPath = buildPath;
}
}
exports.Compiler = Compiler;
//# sourceMappingURL=Compiler.js.map
;