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 436084b commit 420eae7Copy full SHA for 420eae7
src/content/docs/pipelines/transformations/worker.mdx
@@ -55,7 +55,7 @@ You will now define transformations inside your Worker. From your Worker project
55
56
```ts
57
// @ts-ignore - just for now :)
58
-import { PipelineTransformationEntrypoint } from 'cloudflare:pipeline-transform'
+import { PipelineTransformationEntrypoint } from 'cloudflare:pipelines'
59
60
// Define the expected type of raw records that the Pipeline will receive
61
type InputType = {
0 commit comments