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 * as eventType from './types/events';
|
||||||
import { RoleName } from './types/model';
|
import { RoleName } from './types/model';
|
||||||
import { SimpleAuthSettings } from './types/settings/simple-auth-settings';
|
import { SimpleAuthSettings } from './types/settings/simple-auth-settings';
|
||||||
|
import { Knex } from 'knex';
|
||||||
|
|
||||||
async function createApp(
|
async function createApp(
|
||||||
config: IUnleashConfig,
|
config: IUnleashConfig,
|
||||||
@ -173,6 +174,7 @@ export {
|
|||||||
LogLevel,
|
LogLevel,
|
||||||
RoleName,
|
RoleName,
|
||||||
IAuthType,
|
IAuthType,
|
||||||
|
Knex,
|
||||||
};
|
};
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
Loading…
Reference in New Issue
Block a user