Run biome check and add ChatError component
This commit is contained in:
parent
6a5041be43
commit
08f45451bb
13 changed files with 228 additions and 136 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import Elysia from "elysia";
|
||||
import { health } from "./modules/health";
|
||||
import { chat } from "./modules/chat";
|
||||
import { health } from "./modules/health";
|
||||
|
||||
export const app = new Elysia({ prefix: "/api" }).use(health).use(chat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue