Skip to content

Commit

Permalink
Update dfx-json.mdx - Add short type description for assets and pulla…
Browse files Browse the repository at this point in the history
…ble (#5464)

Co-authored-by: Jessie Mongeon <[email protected]>
  • Loading branch information
552020 and jessiemongeon1 authored Feb 24, 2025
1 parent e5fb621 commit cbced02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-docs/developer-tools/cli-tools/dfx-json.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This configuration contains the following components:

- `main`: The primary source code file for the canister that serves as the canister's entrypoint. By default, for Motoko canisters this file is `main.mo`. For Rust canisters,

- `type`: Defines the type of the canister. Supported types are `motoko`, `rust`, `assets`, `pull` and `custom`. The Motoko and Rust languages are supported through the IC SDK by default. `custom` type refers to canisters written in languages other than Motoko or Rust.
- `type`: Defines the type of the canister. Supported types are `motoko`, `rust`, `assets`, `pull` and `custom`. The Motoko and Rust languages are supported through the IC SDK by default. `custom` type refers to canisters written in languages other than Motoko or Rust. `assets` type refers to [frontend canisters](#asset-canisters). `pull` type refers to [third party canisters](#pullable-canisters).

- `defaults`: Default settings for the project's build.

Expand Down

0 comments on commit cbced02

Please sign in to comment.