generated from SoftwareBrothers/adminjs-feature-template
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is not working with @adminjs-prisma #27
Comments
features: [importExportFeature({
new ComponentLoader()
})] this is invalid configuration. You have to setup one instance of import componentLoader from '../path/to/your/component-loader'
// ...
adminJsOptions: {
componentLoader,
resources: [{
resource: {
model: getModelByName('ContactSearch'),
client: prisma,
},
options: {},
features: [importExportFeature({
componentLoader,
})]
}]
} |
@dziraf tried with express server and |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per title. I'm trying to have the import export function working in a NestJS application
This did not work and I was referred to a broken link
The text was updated successfully, but these errors were encountered: