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
2023-01-22 19:26:08 +01:00

10 lines
200 B
TypeScript

import { initializeScraperStore } from "./helpers/register";
// providers
import "./providers/gdriveplayer";
import "./providers/flixhq";
// embeds
// -- nothing here yet
initializeScraperStore();