1
0
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:
Fredrik Strand Oseberg 2022-10-31 10:49:12 +01:00 committed by GitHub
parent 07821174a5
commit 8f37f9fcc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {