Skip to content

Is not working with @adminjs-prisma  #27

Description

@Kuro091

As per title. I'm trying to have the import export function working in a NestJS application

AdminModule.createAdminAsync({
      useFactory: async () => {
        const prisma = new PrismaService();

return {
          adminJsOptions: {
          resources: [{
              resource: {
                model: getModelByName('ContactSearch'),
                client: prisma,
              },
              options: {},
              features: [importExportFeature({
                new ComponentLoader()
              })]
            }]
        }
})

This did not work and I was referred to a broken link
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions