feat: add SQLite database and persistent task schema

This commit is contained in:
Mpho10111
2026-08-11 20:51:10 +02:00
parent 77fe7cfdac
commit 63833efb7a
4 changed files with 76 additions and 0 deletions

4
.gitignore vendored
View File

@@ -17,6 +17,10 @@
/.next/
/out/
# local database
/data/*.sqlite
/data/*.sqlite-*
# production
/build