Commit a0f1253
Move crypto polyfill to vitest config entry point
- Create separate vitest-polyfill.mjs file
- Import polyfill at the very beginning of vitest.config.mjs
- Ensures polyfill is loaded before Vitest needs crypto.getRandomValues
- Fixes startup error in CI with Node 18
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent b6c89d5 commit a0f1253
File tree
2 files changed
+12
-0
lines changed- claude-config-composer
2 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments