add source registration setup action
CI / compose (push) Successful in 13m40s

This commit is contained in:
Marco0300
2026-09-04 15:39:28 +02:00
parent 618365a774
commit f3388da964
5 changed files with 25 additions and 11 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-31'
assetVersion: 'phase-32'
});