Closed zaherg closed 2 months ago
This PR update the command deploy to use wrangler deploy instead of wrangler publish since wrangler publish is deprecated and will be removed in the next major version.
deploy
wrangler deploy
wrangler publish
This PR update the command
deploy
to usewrangler deploy
instead ofwrangler publish
sincewrangler publish
is deprecated and will be removed in the next major version.