You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've added the ability to specify the directory for Sites in the cli, so for example you can do wrangler dev script.js --site path/to/assets (You can still specify it in wrangler.toml, of course).
wrangler v2 has partial support for Workers Sites. This issue tracks the implementation.
wrangler dev script.js --site path/to/assets(You can still specify it inwrangler.toml, of course).sites['entry-point']configuration: you don't need that if you're explicitly passing the script. #282