Some initial code
Signed-off-by: Jonathan Mezach <jonathan.mezach@rr-wfm.com>
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react';
|
||||
import { createDevApp } from '@backstage/dev-utils';
|
||||
import { octopusDeployPlugin, OctopusDeployPage } from '../src/plugin';
|
||||
|
||||
createDevApp()
|
||||
.registerPlugin(octopusDeployPlugin)
|
||||
.addPage({
|
||||
element: <OctopusDeployPage />,
|
||||
title: 'Root Page',
|
||||
path: '/octopus-deploy'
|
||||
})
|
||||
.render();
|
||||
Reference in New Issue
Block a user