Skip to content

Commit 61e6d8c

Browse files
committed
Allow client .env into Docker build debugg
1 parent d23d7c9 commit 61e6d8c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/lib/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const API_BASE_URL =
2424
'http://localhost:3000';
2525

2626
export const BASE = API_BASE_URL;
27+
console.log('[API_BASE_URL]', API_BASE_URL);
2728

2829
function buildUrl(path: string) {
2930
const base = API_BASE_URL.replace(/\/+$/, '');

0 commit comments

Comments
 (0)