2015-02-13 07:22:32 +03:00
|
|
|
{
|
2020-05-18 15:14:08 +03:00
|
|
|
"component-structure": "flat",
|
|
|
|
"component-class": "@glimmer/component",
|
|
|
|
/**
|
|
|
|
Ember CLI sends analytics information by default. The data is completely
|
|
|
|
anonymous, but there are times when you might want to disable this behavior.
|
2015-02-13 07:22:32 +03:00
|
|
|
|
2020-05-18 15:14:08 +03:00
|
|
|
Setting `disableAnalytics` to true will prevent any data from being sent.
|
|
|
|
*/
|
|
|
|
"disableAnalytics": true
|
2015-02-13 07:22:32 +03:00
|
|
|
}
|