Skip to content

Commit 5a84116

Browse files
committed
feat(proxy): enable http2
1 parent 8185d2e commit 5a84116

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+
http2: true,
2526
debug: ENV.DEBUG,
2627
})
2728

0 commit comments

Comments
 (0)