Add test command to test status of set list of local routes (#29)
This commit is contained in:
@@ -11,6 +11,9 @@ export type TConfig = {
|
||||
gh_token: string;
|
||||
photowall_repo: string;
|
||||
mandrill_api_key: string;
|
||||
localhost_url?: string;
|
||||
localhost_username?: string;
|
||||
localhost_password?: string;
|
||||
};
|
||||
export const getSettings = async (toolbox): Promise<TConfig | null> => {
|
||||
const { filesystem, print } = toolbox;
|
||||
|
||||
Reference in New Issue
Block a user