# Environment detection

```javascript
if (import.meta.env.MODE == "production") {

}
```
