-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdfx.json
More file actions
47 lines (45 loc) · 1.22 KB
/
dfx.json
File metadata and controls
47 lines (45 loc) · 1.22 KB
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
{
"canisters": {
"internet_identity": {
"__0": "The development build of Internet Identity. For more information, see https://github.com/dfinity/internet-identity#build-features-and-flavors",
"type": "custom",
"candid": "internet_identity.did",
"wasm": "internet_identity.wasm",
"__1": "There is no standard way to pull remote canisters, so instead we have a dummy build script that",
"__2": "simply downloads the Internet Identity canister and Candid description.",
"__3": "See also: https://github.com/dfinity/sdk/issues/2085",
"build": "./scripts/download-did-and-wasm"
},
"planb_backend": {
"main": "src/planb_backend/main.mo",
"type": "motoko"
},
"planb_frontend": {
"dependencies": [
"planb_backend"
],
"frontend": {
"entrypoint": "src/planb_frontend/src/index.html"
},
"source": [
"src/planb_frontend/assets",
"dist/planb_frontend/"
],
"type": "assets"
}
},
"defaults": {
"build": {
"args": "",
"packtool": ""
}
},
"dfx": "0.11.1",
"networks": {
"local": {
"bind": "127.0.0.1:8000",
"type": "ephemeral"
}
},
"version": 1
}