wrangler pages deploy [directory]
wrangler.toml for Pageswrangler pages deploy it upload the files but it doesn't launch the build (es. npm run build) and listed arguments does't seem to help https://developers.cloudflare.com/workers/wrangler/commands/#deploy-1
netlify deploywrangler pages deploy [directory][build]
command = "npm run build"
publish = "dist" --> How can i tell to use dist? is watch_dir?wrangler.tomlwrangler pages deploynetlify deploy[build]
command = "yarn build"
publish = "dist"