Sign in
apache
/
texera
/
refs/heads/Ball-UserInterface-DoubleClick
/
.
/
core
/
gui
/
src
/
environments
/
environment.test.ts
blob: 25c9c2d04213536d2ed4e5bcfc46d84778bd3bff [
file
] [
log
] [
blame
]
import
{
AppEnv
,
defaultEnvironment
}
from
"./environment.default"
;
export
const
environment
:
AppEnv
=
{
...
defaultEnvironment
,
userSystemEnabled
:
true
,
};