#eslint
1 messages · Page 1 of 1 (latest)
Probably more appropriately cue.mod/pkg/dagger.io/ in this case.
Is there a case for having dagger ignore its own pkg root by default?
It's how I do it. We only recommend committing everything because dagger.io and universe.dagger.io are embedded and not included in dagger.sum. So if you have a mismatch between your dagger binary version and the configs in pkg, you'll get unexpected results.
What I prefer doing is make sure I pin dagger version, ignore cue.mod/pkg and run dagger project update in fresh clones (including running dagger in CI).
Sure! We plan on improving this in https://github.com/dagger/dagger/issues/2163