mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-22 12:29:53 +00:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
import { ConfigProvider } from 'terminus-core'
|
|
|
|
export class PluginsConfigProvider extends ConfigProvider {
|
|
defaults = {
|
|
npm: 'npm',
|
|
}
|
|
}
|