mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 11:49:19 +00:00
Migrate from moment to date-fns and some changes
This commit is contained in:
6
backend/src/database/index.js
Normal file
6
backend/src/database/index.js
Normal file
@@ -0,0 +1,6 @@
|
||||
const Sequelize = require("sequelize");
|
||||
const dbConfig = require("../config/dbConfig");
|
||||
|
||||
const sequelize = new Sequelize(dbConfig);
|
||||
|
||||
module.exports = sequelize;
|
||||
Reference in New Issue
Block a user