add reset password

This commit is contained in:
Le Viet
2022-03-09 17:46:51 +07:00
parent 5a22668153
commit d04fd654eb
31 changed files with 539 additions and 9563 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
if [ "$NODE_ENV" == "production" ] ; then
npm run start
else
npx sequelize db:migrate
npx sequelize db:seed:all
npm run test
#npx sequelize db:migrate
#npx sequelize db:seed:all
#npm run test
npm run start:dev
fi