thanks, how my wrangler.toml should look like? is not clear from the docs https://developers.cloud

thanks, how my wrangler.toml should look like? is not clear from the docs

https://developers.cloudflare.com/workers/wrangler/configuration/#custom-builds

[build]
command = "npm run build"
publish = "dist" --> How can i tell to use dist? is watch_dir?
Wrangler optionally uses a wrangler.toml configuration file to customize the development and deploying setup for a Worker.
Was this page helpful?