-
|
I've noticed that we're using both And a question about this path: Line 7 in 07b3166 Shouldn't this be If not, why do we keep |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
When we add a new address, before deploying, we need to run a pre-deployment step (see the You are correct that the rule should say |
Beta Was this translation helpful? Give feedback.
src/_generatedhas to be kept in becauseWhen we add a new address, before deploying, we need to run a pre-deployment step (see the
setupscript) which includes this generation step. We need to do this because envio and the-graph use different package managers (pnpm and yarn) which don't play nice with shared workspaces and direct external imports (I tried). Hence the need for a copy-paste step.You are correct that the rule should say
_generated(we want to force it to be included in the version control…