robin
d6acf825c8
All checks were successful
deploy to production / deploy (push) Successful in 1m24s
12 lines
239 B
JavaScript
12 lines
239 B
JavaScript
const release = "tibi-docs.dirty"
|
|
const apiClientBaseURL = "/api/"
|
|
// @ts-ignore
|
|
if (release && typeof context !== "undefined") {
|
|
context.response.header("X-Release", release)
|
|
}
|
|
|
|
module.exports = {
|
|
release,
|
|
apiClientBaseURL,
|
|
}
|