-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdfx.json
More file actions
44 lines (44 loc) · 840 Bytes
/
Copy pathdfx.json
File metadata and controls
44 lines (44 loc) · 840 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
{
"canisters": {
"mulauth": {
"candid": "backend/mulauth/mulauth.did",
"package": "mulauth",
"type": "rust",
"declarations": {
"output": "declarations/mulauth"
}
},
"whoami": {
"candid": "backend/whoami/whoami.did",
"package": "whoami",
"type": "rust",
"declarations": {
"output": "declarations/whoami"
}
},
"frontend": {
"dependencies": ["mulauth"],
"source": ["frontend/mulauth/dist"],
"type": "assets",
"build": "bun run build",
"declarations": {
"output": "declarations/frontend"
}
},
"internet_identity": {
"id": "rdmx6-jaaaa-aaaaa-aaadq-cai",
"type": "pull",
"declarations": {
"output": "declarations/internet_identity"
}
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"output_env_file": ".env",
"version": 1
}