const hooks = {
    hello: async () => {
        console.log('Hello build hook!');
    },
};

const pipes = {};

export { pipes, hooks };
