fix(project): Minor fixes and cleanup

This commit is contained in:
2025-01-29 17:56:21 +01:00
parent a039a58f8e
commit b90234e226
13 changed files with 44 additions and 23 deletions

View File

@ -9,4 +9,4 @@ export const run = async (argvArg) => {
await smartshellInstance.exec(`docker system prune -a -f --volumes`);
break;
}
};
};

View File

@ -1,4 +1,4 @@
export * from '../plugins.js';
import * as smartshell from '@push.rocks/smartshell';
export { smartshell };
export { smartshell };