Skip to content

Commit

Permalink
Merge pull request #201 from mikepsinn/develop
Browse files Browse the repository at this point in the history
TriggerClient
  • Loading branch information
mikepsinn authored May 6, 2024
2 parents 5e53efd + bad74ac commit f267137
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/nextjs/trigger.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { TriggerClient } from "@trigger.dev/sdk";

export const client = new TriggerClient({
id: "the-decentralized-fda-1W-N",
apiKey: process.env.TRIGGER_API_KEY,
apiUrl: process.env.TRIGGER_API_URL,
});

0 comments on commit f267137

Please sign in to comment.