# Custom Task API

const api = (mix) => {
  // Custom tasks by API
};

module.exports = (balm) => {
  return {
    config: {}, // Your project config
    api
  };
};

balm.config refer to BalmJS Configuration

Last Updated: 3 years ago