mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-02 15:50:27 +00:00
fix template rendering
This commit is contained in:
parent
3ed50f5a1b
commit
fca7f6bffa
2 changed files with 2 additions and 3 deletions
|
@ -102,8 +102,7 @@ tasks:
|
||||||
dir: backend/internal/
|
dir: backend/internal/
|
||||||
cmds:
|
cmds:
|
||||||
- |
|
- |
|
||||||
go generate ./... \
|
go generate ./...
|
||||||
--template=./data/ent/schema/templates/has_id.tmpl
|
|
||||||
sources:
|
sources:
|
||||||
- "./backend/internal/data/ent/schema/**/*"
|
- "./backend/internal/data/ent/schema/**/*"
|
||||||
|
|
||||||
|
|
|
@ -20,4 +20,4 @@ import "github.com/google/uuid"
|
||||||
}
|
}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue