Add preference for signal notifications to bot setup screen

This commit is contained in:
Darren Clarke 2026-01-28 14:46:34 +01:00
parent 38efae02d4
commit d93797172a
10 changed files with 1232 additions and 1214 deletions

View file

@ -0,0 +1,9 @@
{
"$schema": "https://turbo.build/schema.json",
"extends": ["//"],
"tasks": {
"build": {
"outputs": ["../../docker/zammad/addons/zammad-addon-bridge-v*.zpm"]
}
}
}