Skip to content

Commit

Permalink
build: BREAKING PART 1 CLIENT MERGE
Browse files Browse the repository at this point in the history
Client Convert Merge Part 1
Utility Convert Merge Part 1

BREAKING CHANGE: MERGES IN PROGRESS DO NOT RUN
  • Loading branch information
Universal Web committed Mar 14, 2023
1 parent f229cc3 commit 2e84690
Show file tree
Hide file tree
Showing 29 changed files with 203 additions and 1,022 deletions.
383 changes: 0 additions & 383 deletions client/.eslintrc

This file was deleted.

15 changes: 15 additions & 0 deletions client/config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { configure } from '../utilities/logs.js';
function buildConfiguration(configuration) {
const {
ip,
port
} = this.service.ephemeral;
configure.logImprt('CLIENT CONFIGURATION');
this.configuration = {
ip,
port: configuration.servicePort || port,
maxMTU: 1000,
encoding: 'binary',
max: 1280,
};
}
Loading

0 comments on commit 2e84690

Please sign in to comment.