Skip to content

Commit

Permalink
fix(framework): esm import
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Feb 6, 2024
1 parent e071b91 commit a9927c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/framework/src/broker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Server } from '@deepkit/broker';
import { RpcTcpClientAdapter } from '@deepkit/rpc-tcp';
import { BrokerConfig } from './module.config';
import { BrokerConfig } from './module.config.js';

export function getBrokerServers(config: BrokerConfig): Server[] {
const servers: Server[] = [];
Expand Down

0 comments on commit a9927c2

Please sign in to comment.