Does the pages functions support service bindings locally? As in the docs claims that they do https:
Does the pages functions support service bindings locally? As in the docs claims that they do https://developers.cloudflare.com/pages/platform/functions/bindings/#interact-with-your-service-binding-locally
but when I do
but when I do
npx wrangler pages dev ./public --local --service STUFF=stuff I getUnknown argument: service


