Просмотр исходного кода

chore(admin-ui): Fix build issues

Michael Bromley 9 месяцев назад
Родитель
Сommit
974e7aae79
2 измененных файлов с 2 добавлено и 0 удалено
  1. 1 0
      package-lock.json
  2. 1 0
      packages/admin-ui/src/lib/system/src/public_api.ts

+ 1 - 0
package-lock.json

@@ -4088,6 +4088,7 @@
     },
     "node_modules/@clack/prompts/node_modules/is-unicode-supported": {
       "version": "1.3.0",
+      "extraneous": true,
       "inBundle": true,
       "license": "MIT",
       "engines": {

+ 1 - 0
packages/admin-ui/src/lib/system/src/public_api.ts

@@ -2,5 +2,6 @@
 export * from './components/health-check/health-check.component';
 export * from './components/job-list/job-list.component';
 export * from './components/job-state-label/job-state-label.component';
+export * from './components/scheduled-tasks/scheduled-task-list.component';
 export * from './system.module';
 export * from './system.routes';