Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Jun 21, 2024
1 parent 32b2668 commit a28254c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/posts/2024/06/20/sdl-codegen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ There's not that much work going on, and it's built for one specific task - SDL-

I gave SDL Codegen the 1.0 release when I started writing this post. The tooling has been used in Puzzmo now for ~1.5 years, and has been [available in RedwoodJS](https://docs.redwoodjs.com/docs/typescript/generated-types/#experimental-sdl-code-generation) as an option for your API codegen for about 6 months of that. So, it's at a point where folks can give it a shot!

So, if you are in a Redwood project, change your `redwood.toml` to use SDL Codengen via:
So, if you are in a Redwood project, change your `redwood.toml` to use SDL Codenge via:

```toml
[experimental]
Expand Down

0 comments on commit a28254c

Please sign in to comment.