UNPKG
@jin7942/ray
Version:
latest (1.5.5)
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.1
1.3.0
1.2.0
1.1.0
1.0.1
1.0.0
Lightweight CI/CD deployment tool powered by Docker and Git
github.com/jin7942/ray
jin7942/ray
@jin7942/ray
/
dist
/
_common
/
constants.js
7 lines
(6 loc)
•
229 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
// _config/_config.ts
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
MAX_LOG_DIR_SIZE
=
exports
.
LOG_DIR
=
void
0
;
exports
.
LOG_DIR
=
'logs'
;
exports
.
MAX_LOG_DIR_SIZE
=
5
*
1024
*
1024
;
// 5MB