forked from AstroxNetwork/ic-siwb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
29 lines (29 loc) · 810 Bytes
/
dfx.json
File metadata and controls
29 lines (29 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"canisters": {
"ic_siwb_provider": {
"candid": "packages/ic_siwb_provider/ic_siwb_provider.did",
"package": "ic_siwb_provider",
"type": "rust"
},
"ic_siwb_provider_testnet": {
"candid": "packages/ic_siwb_provider/ic_siwb_provider.did",
"package": "ic_siwb_provider",
"type": "rust"
},
"ic_siwb_test_canister": {
"candid": "packages/ic_siwb_test_canister/ic_siwb_test_canister.did",
"package": "ic_siwb_test_canister",
"type": "rust"
},
"ic_siwb_web": {
"frontend": {
"entrypoint": "examples/frontend/dist/index.html"
},
"source": ["examples/frontend/dist/"],
"build": ["cd examples/frontend && pnpm run build"],
"type": "assets"
}
},
"output_env_file": ".env",
"version": 1
}