TenantAtlas/apps/platform/.pnpm-store/v10/files/ca/e89d91e1d407a35ebd6e013b94eb281cbf07545b317837fb60b417697dd3657327a23c9ca57330d9530d2ebbbd4bde45e311a0bfe6e0bb8b8a41aabf30cee0
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

8 lines
280 B
Plaintext

// This alphabet uses `A-Za-z0-9_-` symbols.
// The order of characters is optimized for better gzip and brotli compression.
// Same as in non-secure/index.js
let urlAlphabet =
'useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict'
module.exports = { urlAlphabet }