forked from wpdas/bitbabble-dchat
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalem.config.json
More file actions
33 lines (33 loc) · 730 Bytes
/
alem.config.json
File metadata and controls
33 lines (33 loc) · 730 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
{
"isIndex": false,
"mainnetAccount": "wendersonpires.near",
"testnetAccount": "wendersonpires.testnet",
"name": "Bit Babble",
"description": "BitBabble - A Decentralized Chat (built using Além)",
"linktree": {
"website": "github.com/wpdas/bitbabble-dchat"
},
"image": {
"ipfs_cid": "bafkreiegyjsgok6ctnurix3shkm7mrbdqzclfqpsh4tltnkxqyuxzgvbk4"
},
"tags": [
"bitbabble",
"chat",
"dapp",
"near",
"bos"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@app/": "src/",
"@services/": "src/services/",
"@components/": "src/components/",
"@contexts/": "src/contexts/"
}
},
"options": {
"keepRoute": true,
"hideAlemBar": false
}
}