bump version to phase-36 and fix jobs loading when session expires
CI / compose (push) Failing after 5m27s

This commit is contained in:
Marco0300
2026-09-04 22:26:59 +02:00
parent c5ae683428
commit b30f7b67a5
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
window.__PROSPECT_CONFIG__ = Object.freeze({
apiBase: '',
assetVersion: 'phase-35'
assetVersion: 'phase-36'
});