feat: add cloud save backend

This commit is contained in:
DecDuck
2025-04-01 21:08:57 +11:00
parent e7109e58bb
commit 36e6c92938
26 changed files with 642 additions and 35 deletions

View File

@ -15,6 +15,8 @@ model User {
articles Article[]
tokens APIToken[]
saves SaveSlot[]
}
model Notification {