MCPcopy Create free account
hub / github.com/codename-co/stack / prepareStacksAndRecipes.ts

File prepareStacksAndRecipes.ts

packages/website/src/content/prepareStacksAndRecipes.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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
4import { writeFileSync } from "node:fs";

Callers

nothing calls this directly

Calls 1

parseDotEnvFunction · 0.90

Tested by

no test coverage detected