Commit 75fd759
committed
fix(e2e): pass explicit --config to wrangler dev to avoid config ambiguity
vite build generates dist/server/wrangler.json; wrangler auto-discovers
it alongside .wrangler/deploy/config.json and refuses to proceed.
Passing --config wrangler.jsonc explicitly resolves the ambiguity.1 parent ee43968 commit 75fd759
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
0 commit comments