Skip to content

Commit

Permalink
Fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Sep 1, 2024
1 parent e2163b5 commit 693f603
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 805 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,7 @@ tailwind.css

# Supabase
.branches
.temp
.temp

# Trigger
.trigger
2 changes: 1 addition & 1 deletion apps/app/src/app/api/actions.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use server";

import { tasks } from "@trigger.dev/sdk/v3";
import type { helloWorldTask } from "@v1/jobs/src/tasks/example";
import type { helloWorldTask } from "@v1/jobs/trigger/example";

export async function myTask() {
try {
Expand Down
Loading

0 comments on commit 693f603

Please sign in to comment.