-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
lighter-ts/src/api/api-client.ts
Lines 76 to 82 in 33406bd
| if (process.env.DEBUG || process.env.NODE_ENV === 'development') { | |
| console.error('❌ API Error Response:'); | |
| console.error(' Status:', status); | |
| console.error(' Code:', code); | |
| console.error(' Message:', message); | |
| console.error(' Data:', JSON.stringify(data, null, 2)); | |
| } |
I mocked it with vite, but it shouldn't be in the dist
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels