diff --git a/starter/create/create.go b/starter/create/create.go index d4a0b22..2f2f88b 100644 --- a/starter/create/create.go +++ b/starter/create/create.go @@ -113,7 +113,6 @@ func (s StarterCreator) Create() { } func (s StarterCreator) copySchemaFiles() { - s.copyFile("../../schema/ent/pagination_query.tmpl", "ent/pagination_query.tmpl") content, err := os.ReadFile(filepath.Join(s.thisDir, "../generate_schema.go")) must(err) //content = s.replaceImports(content)