mirror of
https://github.com/blackboxprogramming/BlackRoad-Operating-System.git
synced 2026-03-17 07:57:19 -05:00
Add Next.js frontends with health endpoints
This commit is contained in:
13
apps/prism-console/app/page.tsx
Normal file
13
apps/prism-console/app/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
export default function Page() {
|
||||
return (
|
||||
<div>
|
||||
<h2>Prism Console</h2>
|
||||
<p>Welcome to the BlackRoad OS operator console.</p>
|
||||
<ul>
|
||||
<li>Monitor services</li>
|
||||
<li>Inspect agents</li>
|
||||
<li>Trigger workflows</li>
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user