Commit f80b2e6
fix(dev): write VITE_BASE44_APP_BASE_URL instead of VITE_BASE44_BACKEND_URL in .env.local
VITE_BASE44_BACKEND_URL is only consumed by the vite plugin's legacy compat
shim (when legacySDKImports: true). The variable that actually enables the
Vite dev-server proxy (/api → local dev server) is VITE_BASE44_APP_BASE_URL,
as read by the plugin's non-sandbox config branch.
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>1 parent 895fe98 commit f80b2e6
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
0 commit comments