UNPKG
@digital-ai/plugin-dai-deploy
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.3-alpha-0
0.1.2
0.1.1
0.0.1-alpha-3
0.0.1-alpha-2
0.0.1-alpha-1
0.0.1-alpha-0
Frontend functionalities for the dai-deploy backstage plugin
digital.ai
digital-ai/backstage-deploy
@digital-ai/plugin-dai-deploy
/
src
/
index.ts
8 lines
(7 loc)
•
244 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
{ daiDeployPlugin,
DaiDeployEntityDeploymentsContent
}
from
'./plugin'
;
export
*
from
'./api'
;
export
*
from
'./plugin'
;
export
{ isCiCdAvailable, isCiCdAvailable
as
isPluginApplicableToEntity, }
from
'./components/isCiCdAvailable'
;