-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathwe-seed.json
More file actions
41 lines (37 loc) · 1 KB
/
we-seed.json
File metadata and controls
41 lines (37 loc) · 1 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
{
"project": {
"name": "WE Native App",
"version": "0.1.0",
"description": "Pure WE application built with design system and schema renderer",
"author": "James Weir"
},
"ad4m": {
"dataPath": "~/.we-native-app",
"executorPath": "../ad4m/target/release/ad4m-executor",
"repoPath": "../ad4m"
},
"globalSpaceUrl": "neighbourhood://QmzSYwdiPLzsQD6v6tmeR8c7b5vFkoaFijJNdBXiLadEzYS4st6",
"electron": {
"appDistPath": "dist",
"basePort": 8080
},
"apps": [
{
"id": "flux",
"name": "Flux",
"icon": "camera",
"image": "https://app.fluxsocial.io/icon.png",
"description": "Social web3 toolkit for communities",
"capabilities": ["perspectives", "languages", "agents"],
"paths": {
"projectRoot": "../flux/app",
"dist": "../flux/app/dist",
"webUrl": "https://deploy-preview-603--fluxsocial-dev.netlify.app",
"devServer": {
"port": 3030,
"host": "localhost"
}
}
}
]
}