1+ /* THIS IS A BIT-AUTO-GENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. */
2+
3+ /**
4+ * 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.
5+ * This file should be committed to VCS(version control).
6+ * Components are listed using their component ID (https://bit.dev/reference/components/component-id).
7+ * If you want to delete components you can use the "bit remove <component-id>" command.
8+ * See the docs (https://bit.dev/reference/components/removing-components) for more information, or use "bit remove --help".
9+ */
10+
11+ {
12+ "ui/button": {
13+ "name": "ui/button",
14+ "scope": "",
15+ "version": "",
16+ "defaultScope": "automations",
17+ "mainFile": "index.ts",
18+ "rootDir": "automations/ui/button",
19+ "config": {
20+ "bitdev.react/react-env@0a734828d968c74e981ef0ca77acb414e90ea08d": {},
21+ "teambit.envs/envs": {
22+ "env": "bitdev.react/react-env"
23+ }
24+ }
25+ },
26+ "ui/card": {
27+ "name": "ui/card",
28+ "scope": "",
29+ "version": "",
30+ "defaultScope": "automations",
31+ "mainFile": "index.ts",
32+ "rootDir": "automations/ui/card",
33+ "config": {
34+ "bitdev.react/react-env@0a734828d968c74e981ef0ca77acb414e90ea08d": {},
35+ "teambit.envs/envs": {
36+ "env": "bitdev.react/react-env"
37+ }
38+ }
39+ },
40+ "ui/input": {
41+ "name": "ui/input",
42+ "scope": "",
43+ "version": "",
44+ "defaultScope": "automations",
45+ "mainFile": "index.ts",
46+ "rootDir": "automations/ui/input",
47+ "config": {
48+ "bitdev.react/react-env@0a734828d968c74e981ef0ca77acb414e90ea08d": {},
49+ "teambit.envs/envs": {
50+ "env": "bitdev.react/react-env"
51+ }
52+ }
53+ },
54+ "$schema-version": "17.0.0"
55+ }
0 commit comments