UNPKG
@kyleroberts69/core
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
Core library for the Chatbot project
.
@kyleroberts69/core
/
utils
/
const.js
6 lines
(5 loc)
•
257 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
AUTH_ENABLED
=
void
0
;
const
docker_1 =
require
(
"./docker"
);
exports
.
AUTH_ENABLED
= (
0
, docker_1.
dockerEnvVarFix
)(process.
env
.
NEXT_PUBLIC_AUTH_ENABLED
) ==
'true'
||
false
;