chore(src): 🔧 Update TypeScript files in source directory

This commit is contained in:
Lilith 2026-01-18 09:21:33 -08:00
parent cf55d361f9
commit cd6f2ffffd
7 changed files with 3 additions and 2 deletions

0
features/ui-dev-tools/backend-api/nest-cli.json Normal file → Executable file
View file

0
features/ui-dev-tools/backend-api/src/app.module.ts Normal file → Executable file
View file

View file

View file

View file

View file

@ -14,7 +14,7 @@
import * as fs from 'fs/promises';
import * as path from 'path';
import { getServiceUrl } from '@lilith/service-addresses';
import { getServiceUrl } from '@lilith/service-registry';
import { Injectable, NotFoundException, BadRequestException, Logger } from '@nestjs/common';
import { ConfigService } from '@nestjs/config';

3
features/ui-dev-tools/services.yaml Normal file → Executable file
View file

@ -19,13 +19,14 @@ services:
type: api
port: 3016
entrypoint: codebase/features/ui-dev-tools/backend-api
startCommand: "pnpm dev" # Uses 'dev' not 'start:dev'
description: Development-only API for content editing
healthCheck:
type: http
path: /health
dependencies:
- infrastructure.redis
optionalDependencies:
devDependencies:
- i18n.api # For locale file operations
deployments: