Skip to content

Commit 4dc7529

Browse files
committed
using the new sdk export without v3
1 parent 6e8755d commit 4dc7529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

references/hello-world/src/trigger/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { logger, task, timeout, usage, wait } from "@trigger.dev/sdk/v3";
1+
import { logger, task, timeout, usage, wait } from "@trigger.dev/sdk";
22
import { setTimeout } from "timers/promises";
33

44
export const helloWorldTask = task({

0 commit comments

Comments
 (0)