-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathdfx.json
More file actions
44 lines (44 loc) · 951 Bytes
/
Copy pathdfx.json
File metadata and controls
44 lines (44 loc) · 951 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": {
"wochonecha": {
"main": "src/wochonecha/main.mo",
"type": "motoko"
},
"wochonecha_assets": {
"dependencies": [
"wochonecha"
],
"frontend": {
"entrypoint": "src/wochonecha_assets/public/index.js",
"output": "canisters/wochonecha_assets/assets"
},
"source": [
"src/wochonecha_assets/assets"
],
"type": "assets"
},
"wochonecha_candid": {
"dependencies": [
"wochonecha"
],
"frontend": {
"entrypoint": "src/wochonecha_candid/public/index.js",
"output": "canisters/wochonecha_candid/assets"
},
"type": "assets"
}
},
"defaults": {
"build": {
"output": "canisters/",
"packtool": ""
},
"start": {
"address": "127.0.0.1",
"port": 8000,
"serve_root": "canisters/wochonecha_assets/assets"
}
},
"dfx": "0.5.8",
"version": 1
}