Thank you very much! Is there a list with the exact limits?
Thank you very much! Is there a list with the exact limits?

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 pages deploynpm run buildnetlify deploy[build]
command = "yarn build"
publish = "dist"