-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@hmble The change will be in your vite.config.ts file. So part of your your vite config's
|
Beta Was this translation helpful? Give feedback.
@hmble The change will be in your vite.config.ts file.
cloudflareDevProxyVitePlugin
has apersist
config option where you can pass in a relativepath
to the folder containing your data (I think mostly undocumented, I had to really dig to find it).So part of your your vite config's
plugins
section might look like this: