docker setup

This commit is contained in:
2025-12-26 18:59:50 +01:00
parent 64377de548
commit 904feb41b8
11 changed files with 198 additions and 30 deletions

View File

@@ -1,5 +1,4 @@
import { ApiClient } from './api/index';
import { getWebsiteApiBaseUrl } from './config/apiBaseUrl';
const API_BASE_URL = process.env.NEXT_PUBLIC_API_BASE_URL || 'http://localhost:3001';
export const apiClient = new ApiClient(API_BASE_URL);
export const apiClient = new ApiClient(getWebsiteApiBaseUrl());