-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.production.json
More file actions
49 lines (49 loc) · 911 Bytes
/
Copy pathdfx.production.json
File metadata and controls
49 lines (49 loc) · 911 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"canisters": {
"DeFlow_backend": {
"candid": "src/DeFlow_backend/DeFlow_backend.did",
"package": "DeFlow_backend",
"type": "rust"
},
"DeFlow_pool": {
"candid": "src/DeFlow_pool/DeFlow_pool.did",
"package": "deflow_pool",
"type": "rust"
},
"DeFlow_frontend": {
"dependencies": [
"DeFlow_backend",
"DeFlow_pool"
],
"source": [
"src/DeFlow_frontend/dist"
],
"type": "assets"
},
"DeFlow_admin": {
"dependencies": [
"DeFlow_pool"
],
"source": [
"src/DeFlow_admin/dist"
],
"type": "assets"
}
},
"networks": {
"ic": {
"providers": [
"https://ic0.app"
],
"type": "persistent"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}