Add landing
Some checks failed
CI / checks (push) Failing after 4m56s

This commit is contained in:
Микаэл Оганесян
2026-04-12 06:17:02 +03:00
parent 84586b5ce2
commit abcd49e117
35 changed files with 2342 additions and 75 deletions

View File

@@ -11,6 +11,7 @@ const defaults = {
SG_API_FALLBACK_ORIGIN: 'https://sparkguardian.ru',
SG_API_BASE_PATH: '/api/v1',
SG_INTERACTIVE_PREROLL_MS: '4000',
SG_DEFAULT_PAGE_LIMIT: '10',
};
function val(key) {
@@ -35,6 +36,7 @@ export const environment = {
apiFallbackOrigin: ${JSON.stringify(val('SG_API_FALLBACK_ORIGIN'))},
apiBasePath: ${JSON.stringify(val('SG_API_BASE_PATH'))},
interactivePrerollMs: ${JSON.stringify(intVal('SG_INTERACTIVE_PREROLL_MS'))},
defaultPageLimit: ${JSON.stringify(intVal('SG_DEFAULT_PAGE_LIMIT'))},
} as const;
`;