my-recipes/frontend/public/env.js.template
2025-12-06 19:04:37 +02:00

4 lines
54 B
Plaintext

window.__ENV__ = {
API_BASE: "${API_BASE:-/api}"
};