mirror of
https://github.com/appwrite/appwrite
synced 2026-05-01 18:38:05 +00:00
8 lines
No EOL
139 B
JavaScript
8 lines
No EOL
139 B
JavaScript
(function (window) {
|
|
"use strict";
|
|
|
|
window.ls.container.set('env', function () {
|
|
return APP_ENV;
|
|
}, true);
|
|
|
|
})(window); |