auto sync, dep updates, other stuff

This commit is contained in:
2024-08-13 18:10:30 -05:00
parent 0577a0311a
commit c76ff2ac36
19 changed files with 1217 additions and 342 deletions

View File

@ -2,6 +2,8 @@ export type Config = {
version: number;
is_first_run: boolean;
fansly_token: string;
auto_sync_enabled: boolean;
sync_token: string;
sync_interval: number;
last_sync: number;
last_sync_data: SyncData;