Files
documenso/packages/lib/jobs/client/index.ts
David Nguyen 82b5795636 fix: build
2025-02-08 20:35:20 +11:00

4 lines
210 B
TypeScript

// Empty file for build reasons.
// Vite build seems to assume jobs/client.ts = jobs/client/index.ts and therefore will throw an error that the file is missing.
// Could refactor the files, but this is easier.