Skip to content

Replace MDXRemote with CustomMDX in docs page #5502

Replace MDXRemote with CustomMDX in docs page

Replace MDXRemote with CustomMDX in docs page #5502

Triggered via push January 26, 2026 21:11
Status Failure
Total duration 24m 24s
Artifacts

ci.yml

on: push
Detect Changes
6s
Detect Changes
Typecheck
1m 26s
Typecheck
Format (Biome)
9s
Format (Biome)
Format (Cargo)
16s
Format (Cargo)
Lint (Biome)
17s
Lint (Biome)
Verify Tauri plugin versions
0s
Verify Tauri plugin versions
Matrix: Build Desktop
Matrix: Clippy
Matrix: Rust cache
Fit to window
Zoom out
Zoom in

Annotations

8 errors
Typecheck
Process completed with exit code 2.
Typecheck: packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
Typecheck: packages/database/emails/config.ts#L50
Object literal may only specify known properties, but 'reply_to' does not exist in type 'CreateEmailOptions'. Did you mean to write 'replyTo'?
Typecheck: apps/desktop/src/routes/window-capture-occluder.tsx#L20
Type '"camera" | { screen: { id: string; }; } | { area: { screen: string; bounds: LogicalBounds; }; }' is not assignable to type 'object'.
Typecheck: apps/desktop/src/routes/window-capture-occluder.tsx#L17
Type 'CurrentRecordingTarget' is not assignable to type 'object'.
Typecheck: apps/desktop/src/routes/in-progress-recording.tsx#L361
Argument of type '"Camera"' is not assignable to parameter of type 'ShowCapWindow'.
Rust cache (x86_64-pc-windows-msvc, windows-latest)
Process completed with exit code 1.
Rust cache (aarch64-apple-darwin, macos-latest)
Process completed with exit code 101.