load crawls,seeds,actors apps as pluggy plugins

This commit is contained in:
Nick Sweeting 2024-11-16 02:44:11 -08:00
parent ed43f1d027
commit 7c0e3dcc21
No known key found for this signature in database

View file

@ -83,6 +83,9 @@ ABX_ECOSYSTEM_PLUGINS = abx.get_pip_installed_plugins(group='abx')
ARCHIVEBOX_BUILTIN_PLUGINS = {
'config': PACKAGE_DIR / 'config',
'core': PACKAGE_DIR / 'core',
'crawls': PACKAGE_DIR / 'crawls',
'seeds': PACKAGE_DIR / 'seeds',
'actors': PACKAGE_DIR / 'actors',
# 'search': PACKAGE_DIR / 'search',
# 'core': PACKAGE_DIR / 'core',
}