yarn package upgrades, ssr update

This commit is contained in:
2023-11-15 07:00:12 +00:00
parent f1d30945c1
commit 942f92c477
18 changed files with 1800 additions and 1392 deletions

View File

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