Add runner

This commit is contained in:
mrjvs
2023-08-27 19:47:09 +02:00
parent 59b2aa22f7
commit c55f830c30
9 changed files with 207 additions and 33 deletions

View File

@@ -1,2 +1,9 @@
export type { RunOutput } from '@/main/runner';
export type { MetaOutput } from '@/main/meta';
export type { FullScraperEvents } from '@/main/events';
export type { MediaTypes, ShowMedia, ScrapeMedia, MovieMedia } from '@/main/media';
export type { ProviderBuilderOptions, ProviderControls, RunnerOptions } from '@/main/builder';
export { NotFoundError } from '@/utils/errors';
export { makeProviders } from '@/main/builder';
export { makeStandardFetcher } from '@/fetchers/standardFetch';
export { ProviderBuilderOptions, ProviderControls, makeProviders } from '@/main/builder';