refactor(update): properly separate code

This commit is contained in:
matt1432 2025-04-16 10:44:57 -04:00
parent 81b61228e0
commit a93ec6ad3f
8 changed files with 53 additions and 52 deletions
apps/update-sources/src

View file

@ -16,7 +16,7 @@ const updateImages = (imagePath: string): string | undefined => {
}
};
export const updateDocker = () => {
export default () => {
console.log(styleText(['magenta'], '\nUpdating docker images:\n'));
let updates = '';