added 'add exclusion' endpoint and enabled UI

This commit is contained in:
zurdi
2024-10-24 09:56:53 +00:00
parent fc8cbb7226
commit 310d51fc21
8 changed files with 114 additions and 92 deletions

6
.vscode/tasks.json vendored
View File

@@ -37,6 +37,12 @@
"type": "shell",
"command": "export $(cat .env | grep DB_ROOT_PASSWD | xargs) && docker exec -i mariadb mariadb -u root -p$DB_ROOT_PASSWD < backend/romm_test/setup.sql",
"problemMatcher": []
},
{
"label": "Launch full stack",
"dependsOn": ["Launch frontend", "Launch backend", "Launch worker"],
"problemMatcher": [],
"dependsOrder": "parallel"
}
]
}