(entry: StackEntry, text: string)
| 122 | } |
| 123 | |
| 124 | export function writeStack(entry: StackEntry, text: string): void { |
| 125 | writeFileSync(entry.stackFile, text); |
| 126 | } |
| 127 | |
| 128 | // --------------------------------------------------------------------------- |
| 129 | // compose.yaml version pins |