-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
50 lines (50 loc) · 954 Bytes
/
Copy pathdfx.json
File metadata and controls
50 lines (50 loc) · 954 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
50
{
"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": {
"local": {
"bind": "127.0.0.1:8080",
"type": "ephemeral",
"replica": {
"subnet_type": "application"
}
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}