chore: monorepo
This commit is contained in:
7
packages/scraper/src/index.mjs
Normal file
7
packages/scraper/src/index.mjs
Normal file
@@ -0,0 +1,7 @@
|
||||
import leafly from './leafly.mjs';
|
||||
|
||||
async function scrape() {
|
||||
await leafly();
|
||||
}
|
||||
|
||||
scrape();
|
||||
Reference in New Issue
Block a user