mirror of
https://github.com/keven1024/015.git
synced 2026-05-26 07:08:02 +00:00
chore(mail): add .gitkeep file to pkg/mail/out directory for template management
This commit is contained in:
1
pkg/mail/out/.gitkeep.html
Normal file
1
pkg/mail/out/.gitkeep.html
Normal file
@@ -0,0 +1 @@
|
||||
<!-- placeholder: real templates are generated by `npm run build` -->
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"net/url"
|
||||
"pkg/i18n"
|
||||
pkgmail "pkg/mail" //nolint:typecheck
|
||||
pkgmail "pkg/mail"
|
||||
"pkg/models"
|
||||
u "pkg/utils"
|
||||
"strings"
|
||||
|
||||
Reference in New Issue
Block a user