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... #124

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/653ffa683ed5ddb6b5696f093633309fc0815579/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

d9bb319368f646440134c1f348cf68f38d6d3303