forked from ICP-hub/web3_date
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
36 lines (34 loc) · 720 Bytes
/
dfx.json
File metadata and controls
36 lines (34 loc) · 720 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
{
"canisters": {
"DDate_backend": {
"candid": "src/DDate_backend/DDate_backend.did",
"package": "DDate_backend",
"type": "rust"
},
"internet_identity" : {
"type": "pull",
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai"
},
"DDate_frontend": {
"dependencies": [
"DDate_backend"
],
"frontend": {
"entrypoint": "src/DDate_frontend/src/index.html"
},
"source": [
"src/DDate_frontend/assets",
"dist/DDate_frontend/"
],
"type": "assets"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}