feat: add Makelore Robot hardware module
This commit is contained in:
@@ -4,6 +4,7 @@ import { getPort } from '../utils/config';
|
||||
import { logger } from '../utils/logger';
|
||||
import type { HostApiContext } from './context';
|
||||
import { handleAiProxyRoutes } from './routes/ai-proxy';
|
||||
import { handleAiHardwareRoutes } from './routes/ai-hardware';
|
||||
import { handleAppRoutes } from './routes/app';
|
||||
import { handleAuthRoutes } from './routes/auth';
|
||||
import { handleOpencodeRoutes } from './routes/opencode';
|
||||
@@ -29,6 +30,7 @@ type RouteHandler = (
|
||||
|
||||
const coreRouteHandlers: RouteHandler[] = [
|
||||
handleAiProxyRoutes,
|
||||
handleAiHardwareRoutes,
|
||||
handleAppRoutes,
|
||||
handleAuthRoutes,
|
||||
handleImageWorkspaceRoutes,
|
||||
|
||||
Reference in New Issue
Block a user