-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
cloneした Small_NFT を そのまま dfx deploy すると、forontend(index.js等)がdeployされないので、
ペアを追加して以下のようにすると、ローカルでfrontendが表示できるようになったのでご検討ください。
初めてのissueなのでうまく書けなくてごめんなさい!
{
"canisters": {
"small_nft": {
"main": "src/small_nft/main.mo",
"type": "motoko"
},
"small_nft_assets": {
"dependencies": [
"small_nft"
],
"frontend": {
"entrypoint": "src/small_nft_assets/src/index.html"
},
"source": [
"src/small_nft_assets/assets",
"dist/small_nft_assets/"
],
"type": "assets"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"dfx": "0.8.1",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
"type": "ephemeral"
}
},
"version": 1
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels