Add live English and German localization, queue availability and metadata resolution, responsive package controls, polished navigation and drag interactions, clearer history and account states, and a rebuilt public README. Harden Windows packaging with verified icons and version metadata, archive inspection, and expanded release tests.
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
export const DEV_SERVER_PORT = process.env.DEV_SERVER_PORT || "5180";
|
|
export const DEV_SERVER_URL = `http://localhost:${DEV_SERVER_PORT}`;
|