Skip to content

Commit cb53011

Browse files
committed
relative paths
1 parent f107954 commit cb53011

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/service-utils/src/cf-worker/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ServiceName } from "src/core/services.js";
1+
import type { ServiceName } from "../core/services.js";
22
import { type UsageV2Event, getTopicName } from "../core/usageV2.js";
33

44
/**

packages/service-utils/src/core/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { ServiceName } from "src/node/index.js";
1+
import type { ServiceName } from "../node/index.js";
22

33
export interface UsageV2Event {
44
/**

packages/service-utils/src/node/usageV2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { randomUUID } from "node:crypto";
22
import { checkServerIdentity } from "node:tls";
33
import { Kafka, type Producer } from "kafkajs";
4-
import type { ServiceName } from "src/core/services.js";
4+
import type { ServiceName } from "../core/services.js";
55
import { type UsageV2Event, getTopicName } from "../core/usageV2.js";
66

77
/**

0 commit comments

Comments
 (0)