restaurant-admin-web/public/runtime-config.js
José René White Enciso d84faf0348 feat(admin-web): add web baseline
Why: establish baseline web runtime scaffold before wave implementation.

What: add react app structure, docker runtime assets, docs runbooks, and ignore policy updates.

Rule: keep technical intent and repository workflow compliance.
2026-03-08 15:53:49 -06:00

4 lines
69 B
JavaScript

window.__APP_CONFIG__ = {
API_BASE_URL: 'http://localhost:8080'
};