Skip to content

Commit f3aeaec

Browse files
committed
Add comment
1 parent 10cc95c commit f3aeaec

File tree

1 file changed

+2
-0
lines changed
  • packages/wrangler/src/api/integrations/platform

1 file changed

+2
-0
lines changed

‎packages/wrangler/src/api/integrations/platform/index.ts‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import { dedent } from "../../../utils/dedent";
1919
import { maybeStartOrUpdateRemoteProxySession } from "../../remoteBindings";
2020
import { CacheStorage } from "./caches";
2121
import { ExecutionContext } from "./executionContext";
22+
// TODO: import from `@cloudflare/workers-utils` after migrating to `tsdown`
23+
// This is a temporary fix to ensure that the types are included in the build output
2224
import type {
2325
Config,
2426
RawConfig,

0 commit comments

Comments
 (0)