File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
mos-gateway/src/mosStatus Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11import { IMOSObjectStatus } from '@mos-connection/connector'
2- import type { MosDeviceStatusesConfig } from '../ generated/devices '
2+ import type { MosDeviceStatusesConfig } from '@sofie-automation/shared-lib/dist/ generated/MosGatewayDevicesTypes '
33import {
44 IngestPartNotifyItemReady ,
55 IngestPartPlaybackStatus ,
Original file line number Diff line number Diff line change 66 type MosTypes ,
77 type IMOSDevice ,
88} from '@mos-connection/connector'
9- import type { MosDeviceStatusesConfig } from '../ generated/devices '
9+ import type { MosDeviceStatusesConfig } from '@sofie-automation/shared-lib/dist/ generated/MosGatewayDevicesTypes '
1010import type { CoreMosDeviceHandler } from '../CoreMosDeviceHandler'
1111import {
1212 assertNever ,
Original file line number Diff line number Diff line change @@ -69,7 +69,6 @@ export default defineConfig({
6969 ws : true ,
7070 } ,
7171 } ,
72- allowedHosts : true ,
7372 } ,
7473
7574 // TODO: old meteor recompile instructions?
You can’t perform that action at this time.
0 commit comments