File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* this is the main configuration file of your bit workspace.
3
3
* for full documentation, please see: https://bit.dev/reference/workspace/workspace-json
4
- **/ {
4
+ **/ {
5
5
"$schema" : " https://static.bit.dev/teambit/schemas/schema.json" ,
6
6
/**
7
7
* main configuration of the Bit workspace.
32
32
"resolveEnvsFromRoots" : true
33
33
},
34
34
/**
35
- * Enable generator templates by uncommenting the desired environments below.
36
- * These generators scaffold components for Node, React, Vue, and Angular.
37
- * After uncommenting, run `bit install` to make them available in your workspace.
38
- * Explore more dev environments at: https://bit.dev/docs/getting-started/composing/dev-environments
39
- **/
35
+ * Enable generator templates by uncommenting the desired environments below.
36
+ * These generators scaffold components for Node, React, Vue, and Angular.
37
+ * After uncommenting, run `bit install` to make them available in your workspace.
38
+ * Explore more dev environments at: https://bit.dev/docs/getting-started/composing/dev-environments
39
+ **/
40
40
"teambit.generator/generator" : {
41
41
"envs" : []
42
42
},
55
55
"useDefaultDirectory" : true
56
56
},
57
57
"teambit.harmony/bit" : {
58
- "engine" : " 1.12.45 "
58
+ "engine" : " 1.12.73 "
59
59
}
60
60
}
You can’t perform that action at this time.
0 commit comments