fix: express session

This commit is contained in:
Mohamed Marrouchi
2024-10-26 09:02:34 +01:00
parent 1b1a0b4b35
commit c722b85d5d
11 changed files with 29 additions and 10 deletions

View File

@@ -5,6 +5,11 @@
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
"author": "Hexastack",
"license": "AGPL-3.0-only",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"postinstall": "patch-package",
"build:clean": "rm -rf src/.hexabot",
@@ -167,4 +172,4 @@
"@/(.*)": "<rootDir>/$1"
}
}
}
}