Remove this dir

This commit is contained in:
Achim Rohn
2025-11-15 14:29:26 +01:00
parent 20b73ef1d2
commit 1755ff9462
+1 -5
View File
@@ -2,9 +2,6 @@ package main
import (
"log"
"path"
"git.gorlug.de/code/ersteller/starter/create"
"entgo.io/ent/entc"
"entgo.io/ent/entc/gen"
@@ -12,8 +9,7 @@ import (
func main() {
log.Println("starter generate schema")
thisDir := create.GetPathToThisDir()
paginationPath := path.Join(thisDir, "./ent/schema/pagination_query.tmpl")
paginationPath := "./ent/schema/pagination_query.tmpl"
must(entc.Generate(
"./ent/schema",