vault/ui/mirage/models/feature.js
Chelsea Shaw 7a3f3ba4da
UI: Update mirage (#25698)
* Update mirage config

* Update ember-cli-mirage and imports

* bump ember-cli-mirage to latest

* add lock file
2024-02-29 09:24:04 -06:00

11 lines
171 B
JavaScript

/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: BUSL-1.1
*/
import { Model } from 'miragejs';
export default Model.extend({
feature_flags: null,
});