You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we assume that all schemas are stored in a "./src/gents" folder. We need to support multiple schema folders to support larger apps.
Allow gentgen to look in multiple directories. It is currently hardcoded to "./src/gents" (Implement proper gentgen CLI #3).
Modify file import generation to somehow look for referenced schemas (as we assume all schemas are stored in one folder, we currently assume the component can be found at the relative path ../<entity class>/)
The text was updated successfully, but these errors were encountered:
Currently, we assume that all schemas are stored in a "./src/gents" folder. We need to support multiple schema folders to support larger apps.
gentgen
to look in multiple directories. It is currently hardcoded to "./src/gents" (Implement proper gentgen CLI #3).../<entity class>/
)The text was updated successfully, but these errors were encountered: