1
0

feat: config loading and sqlite schema

This commit is contained in:
2026-08-29 14:55:42 +02:00
parent 01ad6fbb40
commit 5545aa31fb
5 changed files with 186 additions and 0 deletions

2
.gitignore vendored
View File

@@ -4,3 +4,5 @@ web/dist/
data/
*.log
.DS_Store
coverage/
.env*