feat: fix up the branch

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-06-25 14:41:42 +02:00
parent 47b7ac5ade
commit b61503b2ba
8 changed files with 36 additions and 13 deletions
+2
View File
@@ -22,6 +22,8 @@ import {
TaskBroker,
} from '@backstage/plugin-scaffolder-node';
export * from './tasks/alpha';
/**
* Extension point for managing scaffolder actions.
*
@@ -0,0 +1,16 @@
/*
* Copyright 2024 The Backstage Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
export * from './serializer';
@@ -26,5 +26,3 @@ export type {
TaskEventType,
TaskStatus,
} from './types';
export * from './serializer';