Added watchlist paths for Gitea and some minor typescript fixes.

This commit is contained in:
Jason Parks
2025-03-19 16:48:51 -06:00
parent 997e755b6f
commit 56d8defebe
11 changed files with 814 additions and 690 deletions

View File

@@ -511,6 +511,7 @@ export const apiSaveGiteaProvider = createSchema
giteaId: true,
giteaProjectId: true,
giteaPathNamespace: true,
watchPaths: true,
})
.required();