Can you edit wrangler.toml from the online IDE?
I don't want to install wrangler... How do I configure the wrangler.toml in the built-in VS Code IDE on the browser? Thank you!
5 Replies
nope the web editor doesnt support wrangler.toml, the equivalent settings are managed visually in the Workers dashboard tab (and some arent available)
Okay, well is it possible to access a KV store without wrangler.toml?
You can add the KV store in the dashboard and then use it in the worker with quick edit
if you go out of the code editor to the Worker page you can go Settings > Variables and add a binding there
Thanks a lot for your help! :D:D