Skip to content

Commit

Permalink
added custom table support in receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
USERSATOSHI committed Mar 20, 2024
1 parent 4b69b62 commit 3ba8405
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/Remote/src/receiver.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/cjs/Remote/src/receiver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/cjs/Remote/src/receiver.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/Remote/src/receiver.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/esm/Remote/src/receiver.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/esm/Remote/src/receiver.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions lib/Remote/src/receiver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ export default class Receiver extends EventEmitter {
options.dataConfig?.path ?? "database";
options.dataConfig = {
path: `./${mainFolder}_${defaultFolder}`,
tables: options.dataConfig?.tables || ['main'],
referencePath: `./reference`,
};
options.fileConfig = {
Expand Down

0 comments on commit 3ba8405

Please sign in to comment.