hippofish/packages/backend/src/services/chart/entities.ts
naskya a4603525aa
perf: remove charts (close #10611)
note:
- ActiveUsersChart is kept
- backend can be further refactored
2024-02-28 02:02:59 +09:00

3 lines
152 B
TypeScript

import { entity as ActiveUsersChart } from "./charts/entities/active-users.js";
export const entities = [ActiveUsersChart.hour, ActiveUsersChart.day];