Skip to content

Commit

Permalink
chore: add metadata to canister
Browse files Browse the repository at this point in the history
  • Loading branch information
ilbertt committed Jan 6, 2025
1 parent ecdcc77 commit bc92145
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
"type": "custom",
"wasm": "./target/wasm32-unknown-unknown/release/backend.wasm",
"candid": "src/backend/backend.did",
"build": ["./scripts/build-canister.sh"]
"build": ["./scripts/build-canister.sh"],
"metadata": [
{
"name": "candid:service"
}
]
}
},
"defaults": {
Expand Down

0 comments on commit bc92145

Please sign in to comment.