#!/usr/bin/env node /** * Validates that stack.yml doesn't contain EXAMPLE_ placeholder values * This script properly parses YAML and ignores comments * Use this in workflows instead of grep to avoid false positives from documentation */ export {}; //# sourceMappingURL=validate-example-values.d.ts.map