add initial complete webui, more ai commands for moderation, add api
This commit is contained in:
parent
19e794e34c
commit
173d4e7a52
112 changed files with 8176 additions and 780 deletions
6
nodemon.json
Normal file → Executable file
6
nodemon.json
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"ignore": ["src/props/*.json", "src/props/*.txt"],
|
||||
"watch": ["src", "config"],
|
||||
"ignore": ["telegram/props/*.json", "telegram/props/*.txt"],
|
||||
"watch": ["telegram", "database", "config"],
|
||||
"ext": "ts,js",
|
||||
"exec": "bun src/bot.ts"
|
||||
"exec": "bun telegram/bot.ts"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue