Files
documenso/packages/lib/jobs/client/index.ts
2025-02-13 14:10:38 +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.