start crawler loop when server is started
This commit is contained in:
5
app/crawler/npmCrawl.js
Normal file
5
app/crawler/npmCrawl.js
Normal file
@@ -0,0 +1,5 @@
|
||||
const { crawlAll } = require("./crawl");
|
||||
|
||||
(async () => {
|
||||
await crawlAll();
|
||||
})();
|
||||
Reference in New Issue
Block a user