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
3
package.json
Normal file → Executable file
3
package.json
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"scripts": {
|
||||
"start": "nodemon src/bot.ts",
|
||||
"start": "nodemon telegram/bot.ts",
|
||||
"docs": "bunx typedoc",
|
||||
"serve:docs": "bun run serve-docs.ts"
|
||||
},
|
||||
|
@ -10,6 +10,7 @@
|
|||
"axios": "^1.10.0",
|
||||
"dotenv": "^17.0.0",
|
||||
"drizzle-orm": "^0.44.2",
|
||||
"express": "^5.1.0",
|
||||
"node-html-parser": "^7.0.1",
|
||||
"nodemon": "^3.1.10",
|
||||
"pg": "^8.16.3",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue