mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 08:50:15 +01:00
feat: bun api support 🥟 (#1021)
* chore: update bun lockfile * feat: backend api bun support, jose used in bun runtime * fix: add missing await for signPayload call
This commit is contained in:
parent
c0e2c58c03
commit
e7ca40b5ab
11 changed files with 128 additions and 29 deletions
|
|
@ -1 +1 @@
|
|||
module.exports = (req) => req.ip.replace(/:\d+[^:]*$/, '');
|
||||
module.exports = (req) => req?.ip?.replace(/:\d+[^:]*$/, '');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue