e20ef940f849281a45d79d347f2e63e8824a24bb
Previously API_BASE_URL defaulted to http://localhost:8080/api, which only works inside the dev server proxy. For standalone/SSR runs without the proxy, the default now points to https://flights.test.aeroflot.ru. Dev continues to use the same-origin proxy because scripts/dev-server.mjs explicitly injects API_BASE_URL=http://localhost:8080/api into the Modern.js child process env, keeping browser fetches CORS/WAF safe.
Description
No description provided
Languages
TypeScript
62.7%
HTML
23.6%
SCSS
11%
JavaScript
1.1%
C#
0.9%
Other
0.6%