From 73e8fb4fd0445b2d4a9ab626bd5d4ac6b443a3f2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sun, 1 Mar 2026 16:51:40 -0800 Subject: chore(trigger): migrate project setup from v3 to v4 --- src/trigger/notifications.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/trigger/notifications.ts') diff --git a/src/trigger/notifications.ts b/src/trigger/notifications.ts index 62c6e2e2..ae3c206c 100644 --- a/src/trigger/notifications.ts +++ b/src/trigger/notifications.ts @@ -1,4 +1,4 @@ -import { schedules, envvars } from "@trigger.dev/sdk/v3"; +import { envvars, schedules } from "@trigger.dev/sdk"; import * as webpush from "web-push"; import { createClient } from "@supabase/supabase-js"; -- cgit v1.2.3