D1 and KV bindings not showing up in production?

I'm using SvelteKit with @sveltejs/adapter-cloudflare, and I have all of my bindings listed in
wrangler.toml
. Wrangler picks these up locally, but when I deploy, the bindings aren't in platform.env. The only keys I see there are ASSETS, CF_PAGES, CF_PAGES_BRANCH,
CF_PAGES_COMMIT_SHA
, and CF_PAGES_URL.
Was this page helpful?