chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import { task } from "@trigger.dev/sdk/v3";
|
||||
import * as mupdf from "mupdf";
|
||||
|
||||
export const helloWorld = task({
|
||||
id: "helloWorld",
|
||||
run: async () => {
|
||||
console.log("Hello, World!", {
|
||||
metaformat: mupdf.PDFDocument.META_FORMAT,
|
||||
});
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user