style: run eslint and prettier
All checks were successful
TrafficCue Server CI / check (push) Successful in 23s

This commit is contained in:
2025-08-30 10:31:03 +02:00
parent 3b876bbc80
commit fae7308af8
10 changed files with 185 additions and 134 deletions

View File

@@ -3,4 +3,4 @@ import app from "./main";
await initDb();
Bun.serve(app);
Bun.serve(app);