refactor: export organizers as a group
refactor: change how indexers are exported docs: update with some more examples chore: bump version
This commit is contained in:
parent
d9dd449927
commit
f2edf6f292
4 changed files with 99 additions and 3 deletions
|
@ -1,3 +1,5 @@
|
|||
import { FSDB_INDEXER_SYMLINKS } from './indexers/symlinks.ts';
|
||||
|
||||
export default FSDB_INDEXER_SYMLINKS;
|
||||
export default {
|
||||
FSDB_INDEXER_SYMLINKS
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue