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
Right now, dfx.json contains a top-level canisters object which defines the configuration of all canisters.
As canisters are added, this will concentrates a lot of configuration in one file. Also, this affords the opportunity to reduce some duplication of project names and directory paths.
We'll extract the per-canister configuration into separate files, referenced by dfx.json.
Right now,
dfx.json
contains a top-levelcanisters
object which defines the configuration of all canisters.As canisters are added, this will concentrates a lot of configuration in one file. Also, this affords the opportunity to reduce some duplication of project names and directory paths.
We'll extract the per-canister configuration into separate files, referenced by
dfx.json
.Design is now here: #889
Incomplete list of parts:
dfx config
dfx.json
or from separate filesdfx.json
parentdfx new
should generate files in inline or separate formatThe text was updated successfully, but these errors were encountered: