1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-22 14:57:40 +01:00
smov/src/backend/index.ts

12 lines
246 B
TypeScript
Raw Normal View History

2023-01-11 21:16:48 +01:00
import { initializeScraperStore } from "./helpers/register";
// providers
import "./providers/gdriveplayer";
import "./providers/flixhq";
2023-01-22 23:01:49 +01:00
import "./providers/superstream/superstream";
2023-01-11 21:16:48 +01:00
// embeds
// -- nothing here yet
initializeScraperStore();