Files
documenso/packages/lib/jobs/client/index.ts
2025-03-17 14:20:41 +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.