mirror of
https://github.com/Unleash/unleash.git
synced 2025-05-03 01:18:43 +02:00
fix: re export knex (#2300)
This commit is contained in:
parent
07821174a5
commit
8f37f9fcc9
@ -25,6 +25,7 @@ import * as permissions from './types/permissions';
|
||||
import * as eventType from './types/events';
|
||||
import { RoleName } from './types/model';
|
||||
import { SimpleAuthSettings } from './types/settings/simple-auth-settings';
|
||||
import { Knex } from 'knex';
|
||||
|
||||
async function createApp(
|
||||
config: IUnleashConfig,
|
||||
@ -173,6 +174,7 @@ export {
|
||||
LogLevel,
|
||||
RoleName,
|
||||
IAuthType,
|
||||
Knex,
|
||||
};
|
||||
|
||||
export default {
|
||||
|
Loading…
Reference in New Issue
Block a user