feat(core): wip version of coolify.json

This commit is contained in:
Andras Bacsai
2025-01-21 14:09:07 +01:00
parent 01964f0f48
commit 4b74ca56c3
5 changed files with 263 additions and 30 deletions

View File

@@ -442,6 +442,7 @@ class General extends Component
{
$config = GenerateConfig::run($this->application, true);
$fileName = str($this->application->name)->slug()->append('_config.json');
dd($config);
return response()->streamDownload(function () use ($config) {
echo $config;