Replies: 2 comments 3 replies
-
Hey! 👋 We have some documentation on how do use the Marten development version when contributing to Marten - which is a bit of a different use case. The similarity is that you'll want to define shard overrides by creating a dependencies:
marten:
github: martenframework/marten
branch: main This will force the installation of the Marten development version in your project when you run Let me know if this works! |
Beta Was this translation helpful? Give feedback.
-
Now thinking about this, having the ability to easily generate projects targeting the development version of Marten (eg. via the use of an $ marten new project myproject --with-auth --edge EDIT: tracked in #224. |
Beta Was this translation helpful? Give feedback.
-
How to try
main
branch in a project together withmarten_auth
?If I set
shard.yaml
to this:then it gives the following error:
Beta Was this translation helpful? Give feedback.
All reactions