more models, nodemon fix, thinking fixes, settings ui fixes, clean

This commit is contained in:
Aidan 2025-07-03 01:04:19 -04:00
parent 4409acd79d
commit 973d224bf7
7 changed files with 211 additions and 106 deletions

View file

@ -1,6 +1,6 @@
{
{
"ignore": ["src/props/*.json", "src/props/*.txt"],
"watch": ["src"],
"watch": ["src", "config"],
"ext": "ts,js",
"exec": "bun src/bot.ts"
}