mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-10 17:26:17 +00:00
feat: Centralize browser instance creation to eliminate duplication in Desktop and Mobile flows
fix: Update error message for HTTP 400 checks to English refactor: Improve logging for network idle wait timeout in Workers fix: Initialize lastError in Axios client to prevent undefined errors chore: Update tsconfig to include path mappings for better module resolution
This commit is contained in:
@@ -28,6 +28,15 @@
|
||||
|
||||
/* Module Resolution Options */
|
||||
"moduleResolution": "node",
|
||||
"baseUrl": "./src",
|
||||
"paths": {
|
||||
"@constants": ["constants"],
|
||||
"@interfaces/*": ["interface/*"],
|
||||
"@utils/*": ["util/*"],
|
||||
"@browser/*": ["browser/*"],
|
||||
"@functions/*": ["functions/*"],
|
||||
"@flows/*": ["flows/*"]
|
||||
},
|
||||
"types": ["node"],
|
||||
"esModuleInterop": true,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user