We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fff69f commit df2ef2aCopy full SHA for df2ef2a
src/admin.module.ts
@@ -134,6 +134,7 @@ export class AdminModule implements OnModuleInit {
134
: this.adminModuleOptions.adminJsOptions
135
136
const admin = new AdminJS(adminJSOptions);
137
+ admin.watch();
138
139
const { httpAdapter } = this.httpAdapterHost;
140
this.loader.register(admin, httpAdapter, {
0 commit comments