refactor: flatten state mutations (#750)

This commit is contained in:
Carlos Valente
2024-01-31 14:02:27 +01:00
committed by GitHub
parent ec8952be56
commit 7eb9ee8d03
11 changed files with 720 additions and 637 deletions
+4
View File
@@ -14,3 +14,7 @@ export const config = {
},
restoreFile: 'ontime.restore',
};
export const timerConfig = {
timeSkipLimit: 1000,
};