Commit aae4e71
fix: add missing Procfile variants to spec/dummy
- Replace Procfile.dev-static with Procfile.dev-static-assets
- Add Procfile.dev-prod-assets for production-asset testing mode
- Update README.md with correct Procfile references
Fixes bin/dev script failures in dummy app. Addresses CodeRabbit feedback.1 parent 4b479ef commit aae4e71
File tree
4 files changed
+11
-10
lines changed- spec/dummy
4 files changed
+11
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments