https://github.com/Agoric/dapp-psm/blob/ef56c8f5001aac98539f3afe6e72d0c9127793f9/src/installSesLockdown.js#L5 What is `import.meta.env.DEV` ?? There are no standard properties on `import.meta`, and Hardened JS's support for `import.meta` is still in flux.
dapp-psm/src/installSesLockdown.js
Line 5 in ef56c8f
What is
import.meta.env.DEV??There are no standard properties on
import.meta, and Hardened JS's support forimport.metais still in flux.