test
All checks were successful
deploy to production / deploy (push) Successful in 1m24s

This commit is contained in:
2023-12-06 17:57:25 +00:00
parent 4ec39882a8
commit d6acf825c8
11 changed files with 299 additions and 172 deletions

View File

@@ -1,5 +1,5 @@
const release = "tibi-docs.dirty"
const apiClientBaseURL = "/api/"
// @ts-ignore
if (release && typeof context !== "undefined") {
context.response.header("X-Release", release)
@@ -7,4 +7,5 @@ if (release && typeof context !== "undefined") {
module.exports = {
release,
apiClientBaseURL,
}