refactor(database): 🚚 Rename Application to Client everywhere

This commit is contained in:
Jesse Wierzbinski 2025-08-21 01:21:32 +02:00
parent 6f97903f3b
commit 1a0a27bee1
No known key found for this signature in database
25 changed files with 2549 additions and 90 deletions

View file

@ -1,5 +1,5 @@
export { db, setupDatabase } from "../tables/db.ts";
export { Application } from "./application.ts";
export { Client } from "./application.ts";
export { Emoji } from "./emoji.ts";
export { Instance } from "./instance.ts";
export { Like } from "./like.ts";