feat: add UI for CRON Scheduler

This commit is contained in:
2025-12-06 23:49:17 +03:00
parent 65973d2d79
commit 7372b9c330
5 changed files with 155 additions and 0 deletions

View File

@@ -78,6 +78,10 @@ export const useSettingsStore = defineStore('settings', {
pulse: {
api_key: '',
},
cron: {
mode: 'disabled',
},
},
}),