aboutsummaryrefslogtreecommitdiff
path: root/src/trigger.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/trigger.ts')
-rw-r--r--src/trigger.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/trigger.ts b/src/trigger.ts
deleted file mode 100644
index 92bda66b..00000000
--- a/src/trigger.ts
+++ /dev/null
@@ -1,8 +0,0 @@
-import { TriggerClient } from '@trigger.dev/sdk';
-import { TRIGGER_API_KEY, TRIGGER_API_URL, TRIGGER_ID } from '$env/static/private';
-
-export const client = new TriggerClient({
- id: TRIGGER_ID,
- apiKey: TRIGGER_API_KEY,
- apiUrl: TRIGGER_API_URL
-});