Add settings page, port to turso

This commit is contained in:
2025-07-12 20:10:39 -04:00
parent 446e3abb0d
commit 07f190bce2
17 changed files with 3356 additions and 92 deletions

View File

@@ -42,5 +42,5 @@
"ts-node": {
"esm": true
},
"exclude": ["node_modules"]
"exclude": ["node_modules", "scripts"]
}