Skip to content

feat: enhance CRUD operations with robust error handling and support … #661

feat: enhance CRUD operations with robust error handling and support …

feat: enhance CRUD operations with robust error handling and support … #661

Triggered via push February 6, 2026 07:40
Status Failure
Total duration 1m 47s
Artifacts

release.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors
Release
Process completed with exit code 2.
Release
@example/features#build: command (/home/runner/work/spec/spec/examples/features) /home/runner/setup-pnpm/node_modules/.bin/pnpm run build exited (2)
Release
Property 'enableUi' is missing in type '{ version: string; basePath: string; enableCrud: true; enableMetadata: true; enableBatch: true; enableDiscovery: true; }' but required in type '{ version: string; basePath: string; enableCrud: boolean; enableMetadata: boolean; enableUi: boolean; enableBatch: boolean; enableDiscovery: boolean; documentation?: { enabled: boolean; title: string; ... 4 more ...; contact?: { ...; } | undefined; } | undefined; apiPath?: string | undefined; responseFormat?: { ...;...'.