Compare commits
No commits in common. "75bcadc8a5f413633fc3f2a08e6172e29406d74d" and "dd065a489702c2accbe15ea2e8e9e72d8b10b969" have entirely different histories.
75bcadc8a5
...
dd065a4897
1 changed files with 1 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
|||
import { createBackend } from '@backstage/backend-defaults';
|
||||
import { cnoeScaffolderActions } from './plugins/scaffolder';
|
||||
import { authModuleKeycloakOIDCProvider } from './plugins/auth';
|
||||
|
||||
const backend = createBackend();
|
||||
|
||||
|
@ -39,7 +38,6 @@ backend.add(
|
|||
);
|
||||
|
||||
// cnoe plugins
|
||||
backend.add(authModuleKeycloakOIDCProvider);
|
||||
backend.add(cnoeScaffolderActions);
|
||||
|
||||
backend.start();
|
||||
backend.start();
|
||||
|
|
Loading…
Reference in a new issue