mirror of
https://github.com/stoatchat/javascript-client-api.git
synced 2026-07-21 04:25:22 -04:00
0e44f57de2d5a6f8b5179eecf2da2cfc35d683c4
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%