* trivial readme touch

Co-authored-by: Cursor <cursoragent@cursor.com>

* log resolved API_URL at debug level

Co-authored-by: Cursor <cursoragent@cursor.com>

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Colin McDonnell
2026-02-13 15:28:35 +00:00
committed by pullfrog[bot]
parent dc611c9f78
commit 097d7ee0e0
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
<!-- test preview system -->
<!-- test preview system --> <!-- trivial touch -->
<p align="center">
<h1 align="center">
<picture>
+1
View File
@@ -10,6 +10,7 @@ export function getApiUrl(): string {
const url = process.env.API_URL || "https://pullfrog.com";
log.debug(`resolved API_URL: ${url}`);
return url;
}
/**