* fix: Optionally add OpenID Sig. Algorithm from Server Discovery * chore: bump vite to 5.4.14 for CVE-2025-24010 * chore: remove deprecated code * fix: install missing undici * fix: Add @waylaidwanderer/fetch-event-source package
6 lines
75 B
JavaScript
6 lines
75 B
JavaScript
const clients = require('./clients');
|
|
|
|
module.exports = {
|
|
...clients,
|
|
};
|