Is it possible to combine a cronjob, queue and web api (hono) project in one folder? Eg: ```export

Is it possible to combine a cronjob, queue and web api (hono) project in one folder?

Eg:
export default {
  fetch()
  scheduled()
  queue()
}
Was this page helpful?