fix(project): Minor fixes and cleanup
This commit is contained in:
@ -9,4 +9,4 @@ export const run = async (argvArg) => {
|
||||
await smartshellInstance.exec(`docker system prune -a -f --volumes`);
|
||||
break;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
@ -1,4 +1,4 @@
|
||||
export * from '../plugins.js';
|
||||
|
||||
import * as smartshell from '@push.rocks/smartshell';
|
||||
export { smartshell };
|
||||
export { smartshell };
|
||||
|
Reference in New Issue
Block a user