Get the legacy tasks.json path (used for migration; production storage is tasks.db)
(&self)
| 106 | |
| 107 | /// Get the legacy tasks.json path (used for migration; production storage is tasks.db) |
| 108 | pub fn tasks_file(&self) -> PathBuf { |
| 109 | self.data_dir.join("tasks.json") |
| 110 | } |
| 111 | |
| 112 | /// Get the path to the tasks.db SQLite database |
| 113 | pub fn tasks_db(&self) -> PathBuf { |