refactor: dedupe video generation runtime surface

This commit is contained in:
Peter Steinberger
2026-04-06 18:00:31 +01:00
parent 4610ceb2a5
commit b4785525df
5 changed files with 47 additions and 542 deletions

View File

@@ -0,0 +1,6 @@
export {
generateVideo,
listRuntimeVideoGenerationProviders,
type GenerateVideoParams,
type GenerateVideoRuntimeResult,
} from "../video-generation/runtime.js";