tibi-docs/api/hooks/config-client.js
Sebastian Frank 86e0a17265
All checks were successful
deploy to production / deploy (push) Successful in 45s
yarn package upgrades, ssr update
2023-11-15 07:00:12 +00:00

13 lines
240 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,
}