Starting out with workers and bundling code

Hello, we are trying to build a worker using hono and sequelize. It's basically an API that we will call from various locations, to do CRUD ops into a database (aws aurora mysql currently).
Any pointers on how to bundle the code? I've tried to set `type = "webpack" in wrangler.toml but seems like it's deprecated?
Thanks
Was this page helpful?