-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bitmap
49 lines (47 loc) · 1.62 KB
/
.bitmap
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
48
49
/* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
/**
* The Bitmap file is an auto generated file used by Bit to track all your Bit components. It maps the component to a folder in your file system.
* This file should be committed to VCS(version control).
* Components are listed using their component ID (https://harmony-docs.bit.dev/aspects/component/#component-id).
* If you want to delete components you can use the "bit remove <component-id>" command.
* See the docs (https://harmony-docs.bit.dev/building-with-bit/removing-components) for more information, or use "bit remove --help".
*/
{
"extensions/custom-node": {
"scope": "schoolbell-e.backend",
"version": "0.0.6",
"mainFile": "index.ts",
"rootDir": "src/shared/extensions/custom-node"
},
"gcp": {
"scope": "schoolbell-e.backend",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/shared/gcp"
},
"servers": {
"scope": "schoolbell-e.backend",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/shared/servers"
},
"tables": {
"scope": "schoolbell-e.backend",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/shared/tables"
},
"util": {
"scope": "schoolbell-e.backend",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/shared/util"
},
"worker": {
"scope": "schoolbell-e.backend",
"version": "0.0.1",
"mainFile": "index.ts",
"rootDir": "src/shared/worker"
},
"$schema-version": "14.9.0"
}