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
{{ message }}
This repository was archived by the owner on Jun 17, 2026. It is now read-only.
Is it possible to pass commands to mo-dev so that only specific canisters are included?
For instance, mo-dev generate will also generate the declarations for the internet_identity canister that's declared in the dfx.json but whose declarations are not needed (similarly they will be generated for a frontend canister).
Hello, thanks for the very useful project.
Is it possible to pass commands to mo-dev so that only specific canisters are included?
For instance,
mo-dev generatewill also generate the declarations for theinternet_identitycanister that's declared in thedfx.jsonbut whose declarations are not needed (similarly they will be generated for a frontend canister).