so we need 2 separate deployment / wrangler.toml ya? one for the workers and the other for the pages
so we need 2 separate deployment / wrangler.toml ya? one for the workers and the other for the pages?



wrangler to perform a direct uploadgit push to deploy, you do wrangler pages deploywrangler assumes you have already performed a build, it doesn't do anything(other than Functions bundling when using the functions directory) other than uploading.wrangler deploy ./changelog.js --name 'changelog' seems to have uploaded, but not sure where.

wrangler pages deployment tail [deploymentId/url]
git pushwrangler pages deploywrangler deploy ./changelog.js --name 'changelog'wrangler pages deployment tail [deploymentId/url]