This repository has been archived on 2025-12-25. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
qmi-cloud/src/env.js
Manuel Romero 85f9c826cf envs
2022-09-16 11:39:50 +02:00

5 lines
119 B
JavaScript

(function (window) {
window.__env = window.__env || {};
window.__env.disabledProvisions = false;
}(this));