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:
parent
06f021bd4c
commit
7996f12974
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user