Sure: ``` utils/ - authentication.js - hashes.js - etc. api/ - index.js // Entrypoint of API

Sure:
utils/
  - authentication.js
  - hashes.js
  - etc.
api/
  - index.js // Entrypoint of API Worker, imports from ../utils
  - wrangler.toml
  - other.js
images/
  - index.js // Entrypoint of Image Worker, imports from ../utils
  - wrangler.toml
  - storage.js
Was this page helpful?