feat: add SQLite database and persistent task schema
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -17,6 +17,10 @@
|
||||
/.next/
|
||||
/out/
|
||||
|
||||
# local database
|
||||
/data/*.sqlite
|
||||
/data/*.sqlite-*
|
||||
|
||||
# production
|
||||
/build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user