Commit 80fa4334 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

d

parent 17091bb2
......@@ -16,7 +16,7 @@
"imports": {
"#models/*": {
"types": "./src/models/*",
"default": "./dist/models/*"
"default": "./dist/models/*.js"
},
"#controllers/*": {
"types": "./src/controllers/*",
......
import { models, sequelize } from "#models/sequelize-config.js";
import { models, sequelize } from "#models/sequelize-config";
import bcrypt from 'bcrypt';
import jwt from 'jsonwebtoken';
import crypto from 'crypto';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment