#Error on running remix with CF in dev mode

1 messages · Page 1 of 1 (latest)

low escarp
#

I tried running this command remix dev --manual -c "wrangler pages dev"

and getting this error

✘ [ERROR] Must specify a directory of static assets to serve, or a command to run, or a proxy port, or configure `pages_build_output_dir` in `wrangler.toml`.
#

I am finding mix resources from Github discussions and online documentations
As to what is the correct way to run remix vite using Wrangler with HMR

limber vapor
#

Can you elaborate? Why is the generated dev command insufficient? "dev": "remix vite:dev",

low escarp