How to use `--persist-to` with Remix run dev command of `remix vite:dev` in cloudflare pages ?
I have seperate repo for workers and pages, but I want to share KV data between those projects. After reading docs, I found there is a flag for wrangler command as
--persist-to
to store local state in one place. But with remix run template, the local development command is using remix vite:dev
. So I am confused where to use this flag ? I couldn't find anything to put in wrangler.toml
as well0 Replies