FINALLY THE PROXY IS WORKING

This commit is contained in:
Md Tahseen Hussain
2026-04-23 00:19:54 +05:30
parent 5ec7701e06
commit bca86a92bd
9 changed files with 1138 additions and 55 deletions
@@ -0,0 +1,11 @@
import worker, * as OTHER_EXPORTS from "C:\\Users\\mdtah\\OneDrive\\Desktop\\AnimepaheApi\\worker.js";
import * as __MIDDLEWARE_0__ from "C:\\Users\\mdtah\\AppData\\Roaming\\npm\\node_modules\\wrangler\\templates\\middleware\\middleware-ensure-req-body-drained.ts";
import * as __MIDDLEWARE_1__ from "C:\\Users\\mdtah\\AppData\\Roaming\\npm\\node_modules\\wrangler\\templates\\middleware\\middleware-miniflare3-json-error.ts";
export * from "C:\\Users\\mdtah\\OneDrive\\Desktop\\AnimepaheApi\\worker.js";
const MIDDLEWARE_TEST_INJECT = "__INJECT_FOR_TESTING_WRANGLER_MIDDLEWARE__";
export const __INTERNAL_WRANGLER_MIDDLEWARE__ = [
__MIDDLEWARE_0__.default,__MIDDLEWARE_1__.default
]
export default worker;