Commit 8c28625
fix(dev): drop remote:true on DECO_KV binding (#36)
remote:true makes @cloudflare/vite-plugin start a remote proxy session that
needs interactive CF auth (spawns xdg-open). Studio's preview runs headless
-> 'spawn xdg-open ENOENT' and vite dev never starts.
No production impact: wrangler deploy ignores 'remote'; the deployed worker
binds the real namespace by id. This only restores local dev / Studio preview.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 7daded1 commit 8c28625
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
128 | | - | |
| 127 | + | |
129 | 128 | | |
130 | 129 | | |
131 | 130 | | |
0 commit comments