feat: more stuff on publishing

This commit is contained in:
2026-04-23 18:38:08 +02:00
parent 8eb0327a9c
commit 1f8dc5a6cd
7 changed files with 824 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ defmodule BDS.Application do
children = [
BDS.Repo,
BDS.Tasks,
BDS.Preview,
BDS.Publishing,
{Task.Supervisor, name: BDS.Tasks.TaskSupervisor},
BDS.Scripting.JobStore,
{Task.Supervisor, name: BDS.Scripting.TaskSupervisor},