Create upload helper methods bound to an application context type.
Call it once in lib/uploads.ts:
lib/uploads.ts
export const { defineUpload } = createUploads<AppContext>(); Copy
export const { defineUpload } = createUploads<AppContext>();
Create upload helper methods bound to an application context type.
Call it once in
lib/uploads.ts: