2026-09-03 12:38:27 +02:00
|
|
|
/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
|
|
|
|
|
window.__PROSPECT_CONFIG__ = Object.freeze({
|
|
|
|
|
apiBase: '',
|
2026-09-03 17:03:08 +02:00
|
|
|
assetVersion: 'phase-16'
|
2026-09-03 12:38:27 +02:00
|
|
|
});
|