Add test command to test status of set list of local routes (#29)

This commit is contained in:
Anders Gustafsson
2025-09-01 10:09:59 +02:00
committed by GitHub
parent 59beca27a0
commit 3f4d1a4bfb
5 changed files with 124 additions and 1 deletions
+3
View File
@@ -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;