Skip to content

Commit

Permalink
docs: seam explanation (#3147)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Feb 20, 2023
1 parent 06f021b commit 7996f12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/services/index.ts
Expand Up @@ -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);
Expand Down

0 comments on commit 7996f12

Please sign in to comment.