training queue

This commit is contained in:
archer
2023-05-26 23:08:25 +08:00
parent 69f32a0861
commit dc1c1d1355
32 changed files with 528 additions and 493 deletions

View File

@@ -5,8 +5,6 @@ import type { Pool } from 'pg';
declare global {
var mongodb: Mongoose | string | null;
var pgClient: Pool | null;
var generatingQA: boolean;
var generatingVector: boolean;
var httpsAgent: Agent;
var particlesJS: any;
var grecaptcha: any;