22 lines
674 B
YAML
22 lines
674 B
YAML
# =============================================================================
|
|
# Consumable Feature Services
|
|
# =============================================================================
|
|
# Gem economy, quota tracking, and usage visualization.
|
|
|
|
feature:
|
|
id: consumable
|
|
name: Consumable
|
|
description: Gem economy, quota tracking, usage visualization
|
|
owner: platform-core
|
|
|
|
ports:
|
|
frontend-showcase: 5250
|
|
|
|
services:
|
|
- id: frontend-showcase
|
|
name: Consumable Showcase
|
|
type: frontend
|
|
port: 5250
|
|
entrypoint: codebase/features/consumable/frontend-showcase
|
|
startCommand: bun run dev
|
|
description: Component showcase for gem economy visualizations
|