-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdfx.json
31 lines (31 loc) · 761 Bytes
/
dfx.json
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
30
31
{
"canisters": {
"ic_siwe_provider": {
"candid": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.1.1/ic_siwe_provider.did",
"declarations": {
"output": "src/ic_siwe_provider/declarations"
},
"type": "custom",
"wasm": "https://github.com/kristoferlund/ic-siwe/releases/download/v0.1.1/ic_siwe_provider.wasm.gz"
},
"backend": {
"candid": "src/backend/backend.did",
"declarations": {
"output": "src/backend/declarations"
},
"package": "backend",
"type": "rust"
},
"frontend": {
"build": [
"pnpm run build"
],
"source": [
"dist"
],
"type": "assets"
}
},
"output_env_file": ".env",
"version": 1
}