mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-09-23 17:30:44 +02:00
🔧 UPDATE: Enhanced wrangler.jsonc with routing configuration for leakhub.ai and added crons module import in api.d.ts for improved functionality.
This commit is contained in:
Vendored
+2
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
|
||||
import type * as auth from "../auth.js";
|
||||
import type * as crons from "../crons.js";
|
||||
import type * as github from "../github.js";
|
||||
import type * as http from "../http.js";
|
||||
import type * as leaderboard from "../leaderboard.js";
|
||||
@@ -24,6 +25,7 @@ import type {
|
||||
|
||||
declare const fullApi: ApiFromModules<{
|
||||
auth: typeof auth;
|
||||
crons: typeof crons;
|
||||
github: typeof github;
|
||||
http: typeof http;
|
||||
leaderboard: typeof leaderboard;
|
||||
|
||||
Reference in New Issue
Block a user