tablelandnetwork / studio

Discover, design, deploy, and manage data driven web3 apps on Tableland.
https://studio.tableland.xyz
4 stars 1 forks source link

(web,nonce) enabling local dev without redis #255

Closed joewagner closed 5 months ago

joewagner commented 5 months ago

Overview

Enable using the in-memory nonce manager for local dev.

Details

If the KV_LOCAL_DEV environment variable is set then the in-memory nonce manager is used, otherwise you must provide redis connection env vars as usual.

vercel[bot] commented 5 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
studio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 18, 2024 8:21pm
asutula commented 5 months ago

Ping me after you make the changes we discussed. Thx!

joewagner commented 5 months ago

@asutula I implemented the changes we talked about, rfr again.