feat(web): /machine dev-box page with status, terminal, and home file browser

This commit is contained in:
Gabriel Brown
2026-07-11 12:57:13 -04:00
parent ea56b29453
commit 33e7732566
6 changed files with 645 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
import { MachineShell } from '@/components/machine/machine-shell';
const MachinePage = () => <MachineShell />;
export default MachinePage;