Add dotenv module to manage environment variables
This commit is contained in:
4
server/src/mapping.ts
Normal file
4
server/src/mapping.ts
Normal file
@ -0,0 +1,4 @@
|
||||
import {sequelize} from "./Sequelize";
|
||||
|
||||
// Create tables if not exists
|
||||
sequelize.sync();
|
Reference in New Issue
Block a user