feat: customer detail page, size snapshots table, Spaces provisioning, Redis status cache
Some checks failed
Build & Release / build (push) Has been cancelled
Some checks failed
Build & Release / build (push) Has been cancelled
This commit is contained in:
@@ -13,6 +13,7 @@ import { config } from "./lib/config";
|
||||
import { migrate } from "./db/manager";
|
||||
import { authRoutes } from "./routes/auth";
|
||||
import { customerRoutes } from "./routes/customers";
|
||||
import { startSizeCollector } from "./services/sizeCollector";
|
||||
|
||||
const app = Fastify({ logger: true });
|
||||
|
||||
@@ -42,6 +43,7 @@ app.register(customerRoutes, {
|
||||
} as any);
|
||||
|
||||
await migrate();
|
||||
startSizeCollector(app.log);
|
||||
|
||||
app.listen({ port: config.port, host: "0.0.0.0" }, (err) => {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user