Skip to content

Commit

Permalink
add README into subgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBger committed Aug 29, 2024
1 parent 3866c3c commit ba4c62a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions codegen/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ba4c62a

Please sign in to comment.