Skip to content

Commit

Permalink
fix: export Sequelize client
Browse files Browse the repository at this point in the history
  • Loading branch information
Mednoob authored and mzrtamp committed Mar 7, 2024
1 parent bafc554 commit bae0ee0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ const client = new Sequelize({
username: "root",
port: 3306,
});

export default client;

0 comments on commit bae0ee0

Please sign in to comment.