diff --git a/codegen/project.go b/codegen/project.go index 19d5e26c..b890ed24 100644 --- a/codegen/project.go +++ b/codegen/project.go @@ -253,6 +253,7 @@ func (p *Project) Render(withDevEnv bool) (projectFiles map[string][]byte, err e "subgraph/subgraph.yaml.gotmpl": "subgraph.yaml", "subgraph/schema.graphql.gotmpl": "schema.graphql", "subgraph/src/mappings.ts.gotmpl": "src/mappings.ts", + "subgraph/README.md": "README.md", } if withDevEnv {