mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 16:35:44 +03:00
12 lines
219 B
JavaScript
12 lines
219 B
JavaScript
/**
|
|
* Copyright (c) HashiCorp, Inc.
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
import ApplicationSerializer from './application';
|
|
|
|
export default ApplicationSerializer.extend({
|
|
embed: true,
|
|
include: ['events'],
|
|
});
|