mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
feat: add dockerfile base + remove ollama from core + add custom ext
This commit is contained in:
@@ -23,8 +23,10 @@ import { PluginService } from './plugins.service';
|
||||
@InjectDynamicProviders(
|
||||
// Core & under dev plugins
|
||||
'dist/extensions/**/*.plugin.js',
|
||||
// Installed plugins via npm
|
||||
'dist/.hexabot/extensions/plugins/**/*.plugin.js',
|
||||
// Community extensions installed via npm
|
||||
'dist/.hexabot/contrib/extensions/plugins/**/*.plugin.js',
|
||||
// Custom extensions under dev
|
||||
'dist/.hexabot/custom/extensions/plugins/**/*.plugin.js',
|
||||
)
|
||||
@Global()
|
||||
@Module({
|
||||
|
||||
Reference in New Issue
Block a user