Specifying a `-- <command>` or `--proxy` is deprecated and will be removed

Recently noticed this warning when running wrangler pages dev -- vite:
[WARNING] Specifying a `-- <command>` or `--proxy` is deprecated and will be removed in a future version of Wrangler.
 
   Build your application to a directory and run the `wrangler pages dev <directory>` instead.
   This results in a more faithful emulation of production behavior.


I'm curious what the suggestion is for users of vite or similar framework where there is no directory in dev mode?
Was this page helpful?