chore(mail): add .gitkeep file to pkg/mail/out directory for template management

This commit is contained in:
keven1024
2026-05-23 22:41:45 +08:00
parent 848a0ff71b
commit cf92a50c82
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
<!-- placeholder: real templates are generated by `npm run build` -->

View File

@@ -4,7 +4,7 @@ import (
"fmt"
"net/url"
"pkg/i18n"
pkgmail "pkg/mail" //nolint:typecheck
pkgmail "pkg/mail"
"pkg/models"
u "pkg/utils"
"strings"