mirror of
https://github.com/fleetbase/fleetbase.git
synced 2025-12-20 06:32:18 +00:00
10 lines
364 B
JavaScript
10 lines
364 B
JavaScript
import setupDeprecationWorkflow from 'ember-cli-deprecation-workflow';
|
|
|
|
setupDeprecationWorkflow({
|
|
workflow: [
|
|
{ handler: 'silence', matchId: 'ember-concurrency.deprecate-decorator-task' },
|
|
{ handler: 'silence', matchId: 'new-helper-names' },
|
|
{ handler: 'silence', matchId: 'ember-data:deprecate-non-strict-relationships' },
|
|
],
|
|
});
|