How to remove wrangler.toml to unlock settings in web dashboard?
I originally posted this in the #pages-discussions channel before I realized this channel existed.
I have a Cloudflare Pages project that uses Wrangler to run a function locally. I've recently Dockerized the project and since the function uses Hono, I can run that locally using a Node container, so I do not need Wrangler anymore.
So I removed the wrangler.toml file and pushed to main, but I still see the tool tips in their web UI saying that configuration for the function and the environment variables is being handled by the wrangler.toml file.
Is there any way to tell Cloudflare Pages that I'm no longer using wrangler.toml and release the locks on the settings?
I have a Cloudflare Pages project that uses Wrangler to run a function locally. I've recently Dockerized the project and since the function uses Hono, I can run that locally using a Node container,...