UNPKG
@digital-ai/plugin-dai-deploy-backend
Version:
latest (0.1.6)
0.1.6
0.1.5
0.1.5-alpha-0
0.1.4
0.1.3
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
Backend functionalities for the dai-deploy backstage plugin
digital.ai
digital-ai/backstage-deploy
@digital-ai/plugin-dai-deploy-backend
/
src
/
index.ts
3 lines
(2 loc)
•
89 B
text/typescript
View Raw
1
2
3
export
*
from
'./service/router'
;
export
{ daiDeployPlugin
as
default
}
from
'./plugin'
;