Inherit PATH in zed-local script

Max Brunsfeld created

Change summary

script/zed-local | 1 +
1 file changed, 1 insertion(+)

Detailed changes

script/zed-local 🔗

@@ -84,6 +84,7 @@ setTimeout(() => {
         ZED_SERVER_URL: 'http://localhost:8080',
         ZED_ADMIN_API_TOKEN: 'secret',
         ZED_WINDOW_SIZE: `${instanceWidth},${instanceHeight}`,
+        PATH: process.env.PATH,
         RUST_LOG,
       }
     })