You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Cloudflare's wrangler tool to deploy workers, we have the ability to define the route at which it's deployed. This is extremely helpful to deploy your workers at routes that you specify rather than at the workers.dev subdomain.
Take this wrangler.toml file below. We can define the route at where it gets deployed.
From what I can tell after reading serverless plugin documentation, there isn't a way to define the route at where your worker is deployed. Am I missing something or does this functionality just not exist.
This is stopping me from using the Serverless Framework as it doesn't seem like there is much parity between what wrangler offers and what the plugin is able to interface
The text was updated successfully, but these errors were encountered:
When using Cloudflare's
wrangler
tool to deploy workers, we have the ability to define the route at which it's deployed. This is extremely helpful to deploy your workers at routes that you specify rather than at theworkers.dev
subdomain.Take this
wrangler.toml
file below. We can define the route at where it gets deployed.From what I can tell after reading serverless plugin documentation, there isn't a way to define the
route
at where your worker is deployed. Am I missing something or does this functionality just not exist.This is stopping me from using the Serverless Framework as it doesn't seem like there is much parity between what wrangler offers and what the plugin is able to interface
The text was updated successfully, but these errors were encountered: