Gum-Joe / 2Keys

A easy to setup second keyboard, designed for everyone.
GNU General Public License v3.0
11 stars 4 forks source link

Allow TWOKEYS_CLIENTS_CONFIG_ROOT to be customised... #138

Open github-actions[bot] opened 4 years ago

github-actions[bot] commented 4 years ago

Allow TWOKEYS_CLIENTS_CONFIG_ROOT to be customised by config

https://github.com/Gum-Joe/2Keys/blob/d854e718e954180c637e7e7c7406622effb93c89/packages/@twokeys/core/src/constants.ts#L38

export const TWOKEYS_CLIENTS_ROOT = join(TWOKEYS_HOME, "clients");
/** root dir for client config */
// TODO: Allow TWOKEYS_CLIENTS_CONFIG_ROOT to be customised by config
export const TWOKEYS_CLIENTS_CONFIG_ROOT = join(TWOKEYS_CLIENTS_ROOT, "config");
/**
 * Where files related to clients are stored
ew file mode 100644
ndex 0000000..d2a837a
++ b/packages/@twokeys/core/src/getClientConfigPath.ts

75cbb9c63aa23c23f33c329fee30df8997ab6e66