custom user model added

This commit is contained in:
Sam
2021-01-21 10:58:40 +00:00
parent 5c4c004faf
commit 21e05fd14d
8 changed files with 68 additions and 3 deletions

3
.gitignore vendored
View File

@@ -9,6 +9,9 @@
# environment variables
.env
# Migrations
**/migrations
# Node artifact files
node_modules/
dist/