1
0
Fork 0
sortable-recipes/ember-ui/.ember-cli.js
Ava Gaiety Wroten 84a1e7d972 Backend
2019-12-24 16:52:05 -06:00

15 lines
392 B
JavaScript

'use strict';
const { setEdition } = require('@ember/edition-utils');
setEdition('octane');
module.exports = {
/**
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
}