You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, the indexer and faucets are executed via pnpm tsx which transpiles typescript code on the fly. It's great for development, not great for production.
Ideally we should be able to bundle that to optimized javascript and execute with an optimized runtime like bun.
The text was updated successfully, but these errors were encountered:
currently, the indexer and faucets are executed via
pnpm tsx
which transpiles typescript code on the fly. It's great for development, not great for production.Ideally we should be able to bundle that to optimized javascript and execute with an optimized runtime like bun.
The text was updated successfully, but these errors were encountered: