thirdweb-dev / engine

The most powerful backend engine for web3 apps.
https://thirdweb.com/engine
Apache License 2.0
152 stars 59 forks source link

chore: support worker/server only #578

Closed arcoraven closed 3 months ago

arcoraven commented 3 months ago

PR-Codex overview

This PR updates the ENGINE_MODE enum in env.ts and modifies index.ts to conditionally initialize either the server or worker based on the ENGINE_MODE value.

Detailed summary

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}