UNPKG
@coder/backstage-plugin-coder
Version:
latest (0.5.0-alpha.0)
0.5.0-alpha.0
0.4.0
0.3.0
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
Create and manage Coder workspaces from Backstage
coder/backstage-plugins
@coder/backstage-plugin-coder
/
dist
/
routes.esm.js
9 lines
(6 loc)
•
183 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ createRouteRef }
from
'@backstage/core-plugin-api'
;
const
rootRouteRef =
createRouteRef
({
id
:
"coder"
});
export
{ rootRouteRef };
//# sourceMappingURL=routes.esm.js.map