Files
MarketingTool/apps/web/config.js
T

6 lines
183 B
JavaScript
Raw Normal View History

/* Public, non-secret runtime configuration. Replace this file at deploy time if needed. */
window.__PROSPECT_CONFIG__ = Object.freeze({
apiBase: '',
2026-09-04 14:53:47 +02:00
assetVersion: 'phase-28'
});