1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

docs: seam explanation (#3147)

This commit is contained in:
Mateusz Kwasniewski 2023-02-20 07:51:44 +01:00 committed by GitHub
parent 06f021bd4c
commit 7996f12974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,8 @@ export const createServices = (
config,
projectService,
);
// TODO: this is a temporary seam to enable packaging by feature
const exportImportService = db
? createExportImportTogglesService(db, config)
: createFakeExportImportTogglesService(config);