Skip to content

Commit 092e620

Browse files
authored
Merge pull request #22 from loadsmart/backstage-validation
configure backstage validation
2 parents 05367b1 + b6b2aff commit 092e620

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @loadsmart/frontend

catalog-info.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
name: react-frontend-settings
5+
description: Dynamic frontend settings for React applications
6+
annotations:
7+
github.com/project-slug: loadsmart/react-frontend-settings
8+
tags:
9+
- typescript
10+
spec:
11+
type: library
12+
lifecycle: production
13+
owner: frontend

0 commit comments

Comments
 (0)