Start building a provider scrape system

This commit is contained in:
mrjvs
2023-08-23 17:56:18 +02:00
parent 80f7cbce0c
commit 61ee0e13fa
10 changed files with 69 additions and 6 deletions

View File

@@ -1,5 +1 @@
import { LOG } from '@/testing/oof';
export function test() {
console.log(LOG);
}
export { ProviderBuilderOptions, Providers, makeProviders } from '@/main/builder';