Skip to content

Commit

Permalink
🔥 refactor: remove webCrawler
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 17, 2023
1 parent 0646077 commit 91663ea
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 104 deletions.
2 changes: 0 additions & 2 deletions plugins/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import { PluginItem } from '../types/pluginItem';
import searchEngine from './searchEngine';
import webCrawler from './webCrawler';

export const PluginsMap: Record<string, PluginItem> = {
[searchEngine.name]: searchEngine,
[webCrawler.name]: webCrawler,
};
22 changes: 0 additions & 22 deletions plugins/webCrawler/index.ts

This file was deleted.

45 changes: 0 additions & 45 deletions plugins/webCrawler/runner.ts

This file was deleted.

35 changes: 0 additions & 35 deletions plugins/webCrawler/type.ts

This file was deleted.

0 comments on commit 91663ea

Please sign in to comment.