mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-20 20:15:34 -04:00
a4cd54d579d2ccc94d3390a38fe1771f75716e2f
Revolt API
Tip
For faster compile times when working on API routes, comment out the categories you don't care about.
// src/routes/index.ts
export async function load() {
// await import('./core.js');
// await import('./users.js');
// await import('./channels.js');
await import('./servers.js');
}
await load();
Languages
TypeScript
98.1%
JavaScript
1.8%