mirror of
https://github.com/iconify/iconify.git
synced 2024-11-10 07:11:00 +00:00
10 lines
280 B
Plaintext
10 lines
280 B
Plaintext
|
{
|
||
|
/**
|
||
|
Ember CLI sends analytics information by default. The data is completely
|
||
|
anonymous, but there are times when you might want to disable this behavior.
|
||
|
|
||
|
Setting `disableAnalytics` to true will prevent any data from being sent.
|
||
|
*/
|
||
|
"disableAnalytics": false
|
||
|
}
|