mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-18 14:02:53 +00:00
Changed backend to work with supabase instead of sqlite
This commit is contained in:
parent
ef8f959f57
commit
f1ca72a782
10 changed files with 362 additions and 784 deletions
|
|
@ -1,6 +1,7 @@
|
|||
export interface Habit {
|
||||
id: number;
|
||||
name: string;
|
||||
created_at: string;
|
||||
best_streak: number;
|
||||
completedDates: string[];
|
||||
bestStreak: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue