Compare commits
1 commit
developmen
...
feature/IP
Author | SHA1 | Date | |
---|---|---|---|
59c1c8a463 |
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import { createBackend } from '@backstage/backend-defaults';
|
||||
import { cnoeScaffolderActions } from './plugins/scaffolder';
|
||||
import { authModuleKeycloakOIDCProvider } from './plugins/auth';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
@ -38,6 +39,7 @@ backend.add(
|
|||
);
|
||||
|
||||
// cnoe plugins
|
||||
backend.add(authModuleKeycloakOIDCProvider);
|
||||
backend.add(cnoeScaffolderActions);
|
||||
|
||||
backend.start();
|
||||
|
|
Loading…
Reference in a new issue