mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-07-02 04:12:36 +00:00
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
* chore: upgrade vite for node 24 * fix: restore production vite boot * fix: preserve dynamic pwa shell
3 lines
117 B
JavaScript
3 lines
117 B
JavaScript
import regeneratorRuntime from 'regenerator-runtime/runtime';
|
|
|
|
globalThis.regeneratorRuntime ??= regeneratorRuntime;
|