Skip to content

Commit

Permalink
remove process
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Sep 12, 2024
1 parent e9c7fed commit d9d5279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/foundation/src/middleware/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function apiProxy(proxyAndSave: string) {
// secure: false,
changeOrigin: true, // needed for virtual hosted sites
ws: true,
target: process.env.SIM_PROXY ?? proxyAndSave,
target: proxyAndSave,
/**
* IMPORTANT: avoid res.end being called automatically
**/
Expand Down

0 comments on commit d9d5279

Please sign in to comment.