feat: more work on backend content and generation

This commit is contained in:
2026-04-23 18:26:48 +02:00
parent 67615a1afc
commit 52e9c4ba81
8 changed files with 869 additions and 0 deletions

View File

@@ -7,6 +7,8 @@ defmodule BDS.Application do
def start(_type, _args) do
children = [
BDS.Repo,
BDS.Tasks,
{Task.Supervisor, name: BDS.Tasks.TaskSupervisor},
BDS.Scripting.JobStore,
{Task.Supervisor, name: BDS.Scripting.TaskSupervisor},
BDS.Scripting.JobSupervisor