Skip to content

Commit

Permalink
Merge pull request #42 from trungpd0911/feature/bill
Browse files Browse the repository at this point in the history
feature(user): forgot password, change password and fix some bug in b…
  • Loading branch information
trungpd0911 authored Apr 29, 2024
2 parents 0518530 + 4639ffd commit a8fe699
Show file tree
Hide file tree
Showing 15 changed files with 3,164 additions and 175 deletions.
8 changes: 6 additions & 2 deletions nest-cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"deleteOutDir": true
"deleteOutDir": true,
"assets": [
"**/*.hbs"
],
"watchAssets": true
}
}
}
Loading

0 comments on commit a8fe699

Please sign in to comment.