essential/best-practice #592
Replies: 1 comment 2 replies
-
So, If I wanted environment dependent features, like having the openapi docs not available on production (because of business requirements), what would be the best way to do that? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
essential/best-practice
Elysia is pattern agnostic framework, we leave the decision up to you and your team for coding patterns to use. However, we found that there are several who are using MVC pattern (Model-View-Controller) on Elysia, and found it's hard to decouple and handling with types. This page is a guide to use Elysia with MVC pattern.
https://elysiajs.com/essential/best-practice
Beta Was this translation helpful? Give feedback.
All reactions