demo rector
This commit is contained in:
Vendored
+9
@@ -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
|
||||
Reference in New Issue
Block a user