diff --git a/frontend/lib/config.ts b/frontend/lib/config.ts new file mode 100644 index 00000000..3391b949 --- /dev/null +++ b/frontend/lib/config.ts @@ -0,0 +1,3 @@ +// lib/config.ts +export const API_URL = + process.env.NEXT_PUBLIC_API_URL ?? "http://localhost:8000";