We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cc95c commit f3aeaecCopy full SHA for f3aeaec
packages/wrangler/src/api/integrations/platform/index.ts
@@ -19,6 +19,8 @@ import { dedent } from "../../../utils/dedent";
19
import { maybeStartOrUpdateRemoteProxySession } from "../../remoteBindings";
20
import { CacheStorage } from "./caches";
21
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
24
import type {
25
Config,
26
RawConfig,
0 commit comments