Commit 73dca98
committed
fix: vite-plugin-static-copy patch and build configuration
- Extended vite-plugin-static-copy patch with two fixes:
- Environment guard now defaults to 'client' when no environment option is passed
- Corrected outDir resolution per environment (SSR vs client)
- Re-applied astro.config.mjs maxParallelFileOps: 8 for stable builds
- Reverted links validator condition to !process.env.NETLIFY for local validation
- Updated pnpm-lock.yaml from patch changes
- Added BUILD_AUDIT.md and BUILD_COMPARISON.md to .gitignore
- Documented patch changes in project-docs/PATCHES.md1 parent ba4000e commit 73dca98
6 files changed
Lines changed: 31 additions & 674 deletions
File tree
- patches
- project-docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
112 | 111 | | |
113 | 112 | | |
114 | 113 | | |
| |||
411 | 410 | | |
412 | 411 | | |
413 | 412 | | |
414 | | - | |
415 | | - | |
416 | 413 | | |
417 | 414 | | |
418 | 415 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
7 | 15 | | |
8 | 16 | | |
9 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments