Update project configuration files, and API routes accordingly. Add SQLite runtime file ignores to .gitignore for better file management.
Some checks failed
CI / Bot (Python) (push) Failing after 49s
CI / Dashboard (Next.js) (push) Failing after 11s

This commit is contained in:
TheOnlyMace
2026-07-21 17:11:38 +02:00
parent 5f34db4f3b
commit b4110c3d66
297 changed files with 2657 additions and 2768 deletions

4
.gitignore vendored
View File

@@ -47,8 +47,12 @@ build/
.env.local
.env.*.local
# Ignore SQLite runtime files
bot/db/**/*.db-journal
# Ignore node_modules
node_modules/
package-lock.json
# Ignore Next.js build output