Commit 960b04a
Make test configs distinct to verify production fallback
Changed development config to have different values than production
so the test actually verifies that staging falls back to production
config, not just that it doesn't error.
Development config now has:
- source_path: app/javascript (vs app/packs)
- source_entry_path: packs (vs entrypoints)
- compile: true (vs false)
This proves the test is actually using production values.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 6bc300c commit 960b04a
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments