demo rector

This commit is contained in:
arturo
2020-09-11 10:24:48 -05:00
parent abfdbfc51d
commit 357a262beb
85 changed files with 3108 additions and 55 deletions
+9
View File
@@ -0,0 +1,9 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const typeorm_1 = require("typeorm");
typeorm_1.createConnection()
.then(async (connection) => {
console.log('base de datos configurada');
})
.catch((error) => console.log('TypeORM connection error: ', error));
//# sourceMappingURL=config.js.map