-
Hey! ProblemWe are building our .mesh locally and committing it to git. What we noticed are constant re-orderings of imports and classes in the generated QuestionSo i was wondering if it's common practice to commit the .mesh file? Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
We don't recommend to commit |
Beta Was this translation helpful? Give feedback.
-
I am using this multi stage build. |
Beta Was this translation helpful? Give feedback.
We don't recommend to commit
.mesh
or usemesh dev
in production.We don't guarantee the files inside
.mesh
won't cause random diffs.You should run
mesh build
once thenmesh start
on the following runs.The only scary point is to use
mesh dev
in production here :)