88b7afb195
Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> Agent-Logs-Url: https://github.com/christianlouis/pop_puller_to_gmail/sessions/131238a2-437c-4a85-b98b-fcb3d80e69e0
5 lines
164 B
TypeScript
5 lines
164 B
TypeScript
export async function register() {
|
|
const backendUrl = process.env.BACKEND_URL ?? "http://localhost:8000";
|
|
console.log(`[proxy] BACKEND_URL = ${backendUrl}`);
|
|
}
|