Compare commits
2 commits
dd065a4897
...
75bcadc8a5
Author | SHA1 | Date | |
---|---|---|---|
75bcadc8a5 | |||
74a1c5046f |
1 changed files with 3 additions and 1 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();
|
||||
backend.start();
|
Loading…
Reference in a new issue