UNPKG

@jrmc/adonis-attachment

Version:

Turn any field on your Lucid model to an attachment data type

11 lines (10 loc) 505 B
import attachmentManager from './services/main.js'; import RegenerateService from './services/regenerate_service.js'; export { configure } from './configure.js'; export { Attachment } from './src/attachments/attachment.js'; export { attachment } from './src/decorators/attachment.js'; export { attachments } from './src/decorators/attachment.js'; export { defineConfig } from './src/define_config.js'; export * as errors from './src/errors.js'; export { attachmentManager }; export { RegenerateService };