Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 9cf37cb

Browse files
committed
Fix compilation issues due to relativ import resulting in wrong module format
1 parent 30e6a6f commit 9cf37cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nodecg-io-core/dashboard/bundles.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/// <reference types="nodecg/types/browser" />
22

3-
import { ObjectMap, ServiceDependency, ServiceInstance } from "../extension/types";
3+
import { ObjectMap, ServiceDependency, ServiceInstance } from "nodecg-io-core/extension/types";
44
import { updateOptionsArr, updateOptionsMap } from "./utils/selectUtils.js";
5-
import { SetServiceDependencyMessage } from "../extension/messageManager";
5+
import { SetServiceDependencyMessage } from "nodecg-io-core/extension/messageManager";
66

77
// Replicants
88
const serviceInstances = nodecg.Replicant<ObjectMap<string, ServiceInstance<unknown, unknown>>>("serviceInstances");

0 commit comments

Comments
 (0)