Add ent schema to starter

This commit is contained in:
Achim Rohn
2025-09-14 16:34:52 +02:00
parent 92488618a9
commit fae6653f94
25 changed files with 3982 additions and 7 deletions
+6 -1
View File
@@ -2,4 +2,9 @@ module $ModuleName$
go 1.25
require github.com/steebchen/prisma-client-go v0.47.0 // indirect
require (
entgo.io/ent v0.14.5
ersteller-lib v0.0.0
github.com/joho/godotenv v1.5.1
maragu.dev/gomponents v1.2.0
)