refactor(docs): restructure project documentation and rules
Move project rules from .trae/rules to root directory and update content Remove package.json as dependencies are no longer needed Simplify README by removing implementation details
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
{
|
||||
"name": "bella-ai-assistant",
|
||||
"version": "1.0.0",
|
||||
"description": "A multi-provider AI assistant backend for Bella.",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.6.0",
|
||||
"body-parser": "^1.20.2",
|
||||
"cors": "^2.8.5",
|
||||
"dotenv": "^16.3.1",
|
||||
"express": "^4.18.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user