Add dotenv module to manage environment variables
This commit is contained in:
6
server/dist/mapping.js
vendored
Normal file
6
server/dist/mapping.js
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
const Sequelize_1 = require("./Sequelize");
|
||||
// Create tables if not exists
|
||||
Sequelize_1.sequelize.sync();
|
||||
//# sourceMappingURL=mapping.js.map
|
Reference in New Issue
Block a user