(files: { content: string; path: string }[])
| 211 | } |
| 212 | |
| 213 | withContentFiles(files: { content: string; path: string }[]) { |
| 214 | files.forEach((file) => { |
| 215 | this.withContentFile(file) |
| 216 | }) |
| 217 | |
| 218 | return this |
| 219 | } |
| 220 | |
| 221 | withEnvFile({ |
| 222 | env = {}, |