To build packages using TS/JS for botserver.
- Added rust-embed dependency to botlib (optional, enabled by i18n feature). - Implemented EmbeddedLocales struct to embed 'locales' directory. - Modified I18nBundle::load to fallback to embedded assets if the filesystem path is not found. - This resolves issues where botserver fails to find locales directory in production/container environments. |
||
|---|---|---|
| .forgejo/workflows | ||
| locales | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| LICENSE.txt | ||
| PROMPT.md | ||
| README.md | ||
General Bots® base library for building Node.js TypeScript Apps packages (.gbapp).
See: https://github.com/pragmatismo-io/botserver for main documentation.