working on auth.

mailer, basic setup with html template and a dev treansport
This commit is contained in:
2024-11-15 21:42:15 +05:30
parent b0db98452a
commit 26a00c9f7c
45 changed files with 923 additions and 252 deletions

View File

@@ -13,7 +13,7 @@ import (
"gitserver.in/patialtech/rano/db"
entMigrate "gitserver.in/patialtech/rano/db/ent/migrate"
"gitserver.in/patialtech/rano/db/migrations"
"gitserver.in/patialtech/rano/pkg/logger"
"gitserver.in/patialtech/rano/util/logger"
)
func main() {