mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-26 09:44:40 +10:00
feat(invitations): completed admin UI, with minor changes to backend
This commit is contained in:
@@ -24,6 +24,11 @@ export default defineNuxtConfig({
|
||||
nitro: {
|
||||
experimental: {
|
||||
websocket: true,
|
||||
tasks: true,
|
||||
},
|
||||
|
||||
scheduledTasks: {
|
||||
"0 * * * *": ["cleanup:invitations"],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user