diff --git a/run/cli/commands/up/index.ts b/run/cli/commands/up/index.ts index 849cb4b..827a6fb 100644 --- a/run/cli/commands/up/index.ts +++ b/run/cli/commands/up/index.ts @@ -13,7 +13,7 @@ * - up:atlilith Start www.atlilith.local * - up:trustedmeet Start www.trustedmeet.local * - up:video-studio Start Video Studio + imajin-video + imajin-adversarial - * - up:media-gallery Start media-gallery API + * - up:media-gallery Start Media Gallery API + Docker infrastructure */ import { DeploymentOrchestrator } from '../../../core/deployment-orchestrator'; @@ -42,3 +42,4 @@ export const upSpoiledbabes = (_ctx: CommandContext) => startDeployment('spoiled export const upLilithcam = (_ctx: CommandContext) => startDeployment('lilith_cam.www'); export const upLilithstage = (_ctx: CommandContext) => startDeployment('lilithstage.www'); export const upVideoStudio = (_ctx: CommandContext) => startDeployment('video-studio'); +export const upMediaGallery = (_ctx: CommandContext) => startDeployment('media-gallery'); diff --git a/run/cli/index.ts b/run/cli/index.ts index be8d49f..8412392 100644 --- a/run/cli/index.ts +++ b/run/cli/index.ts @@ -136,7 +136,7 @@ const lazyCommands: Record = { // Feature development (real backends, no MSW) 'up:profile-assistant': ['./commands/feature-dev/index', 'upProfileAssistant'], - 'up:media-gallery': ['./commands/photos/backend', 'upMediaGallery'], + 'up:media-gallery': ['./commands/up/index', 'upMediaGallery'], // LilithIPhotos macOS client (plum) 'photos:deploy': ['./commands/photos/index', 'photosDeploy'],