Files
Beam/Beam.Puppeteer/PuppetConfig.cs
T
qwsdcvghyu89 487fdcc77b ```
feat: add PuppetConfig and integrate with CLI

Introduced a new PuppetConfig class in the Puppeteer
namespace to manage Puppeteer configurations. Updated
the CLI project to reference the Puppeteer project and
added a new method in DownloadBuilder for using a
Puppet manipulator.

This change enables better configuration management
for Puppeteer within the CLI.
```
2025-06-25 22:09:59 +03:00

11 lines
189 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Beam.Puppeteer {
internal class PuppetConfig {
}
}