| 1 | // This script prepares the stack metadata for the website by combining the stack.yaml, stack.*.yaml, and .env files |
| 2 | // and writing the resulting JSON files to the src/content/stacks directory. |
| 3 | |
| 4 | import { writeFileSync } from "node:fs"; |
nothing calls this directly
no test coverage detected