Skip to content

Commit 08828a4

Browse files
committed
feat: enable proxy debug logs if debug enabled
1 parent f0ff572 commit 08828a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/proxy.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export async function initializeProxy() {
2222
},
2323
],
2424
},
25+
debug: ENV.DEBUG,
2526
})
2627

2728
await server

0 commit comments

Comments
 (0)