Skip to content

Commit

Permalink
fix(framework): wrong ESM import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 6, 2024
1 parent 350bc30 commit 9ec0df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/debug/broker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BrokerBus, BrokerDeepkitAdapter } from '@deepkit/broker';
import { FrameworkConfig } from '../module.config.js';
import { getBrokerServers } from '../broker';
import { getBrokerServers } from '../broker.js';

export class DebugBrokerBus extends BrokerBus {
constructor(config: FrameworkConfig) {
Expand Down

0 comments on commit 9ec0df2

Please sign in to comment.