We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939f173 commit 74404cdCopy full SHA for 74404cd
packages/devtools-proxy-support/src/proxy-options.ts
@@ -26,7 +26,10 @@ interface ElectronProxyConfig {
26
27
export function translateToElectronProxyConfig(
28
proxyOptions: DevtoolsProxyOptions
29
-): ElectronProxyConfig {}
+): ElectronProxyConfig {
30
+ if (proxyOptions.proxy) {
31
+ }
32
+}
33
34
// These mirror our secrets extraction/merging logic in Compass
35
export function extractProxySecrets(proxyOptions: DevtoolsProxyOptions): {
0 commit comments