mirror of
https://github.com/elder-plinius/LEAKHUB.git
synced 2026-02-12 16:52:53 +00: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:
2
convex/_generated/api.d.ts
vendored
2
convex/_generated/api.d.ts
vendored
@@ -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;
|
||||
|
||||
@@ -10,4 +10,10 @@
|
||||
},
|
||||
// Required compatibility date for Workers runtime features
|
||||
"compatibility_date": "2025-06-05",
|
||||
"routes": [
|
||||
{
|
||||
"pattern": "**",
|
||||
"zone_name": "leakhub.ai",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user