Files
gh-christianlouis-inboxconv…/frontend/src/instrumentation.ts
T

5 lines
164 B
TypeScript

export async function register() {
const backendUrl = process.env.BACKEND_URL ?? "http://localhost:8000";
console.log(`[proxy] BACKEND_URL = ${backendUrl}`);
}