1
0
Fork 0
sortable-recipes/ember-ui-modern/.ember-cli.js
2020-03-02 09:26:23 -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
}