ember-data
Version:
A data layer for your Ember applications.
14 lines (10 loc) • 377 B
JavaScript
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,
};