Update dockerfile

This commit is contained in:
Sami Abuzakuk
2025-10-12 17:09:35 +02:00
parent a6f93edf72
commit f73c66c1a1
6 changed files with 27 additions and 22 deletions

View File

@@ -1,4 +1,6 @@
export const API_URL = 'http://127.0.0.1:8000';
import { env } from '$env/dynamic/public';
export const API_URL = env.PUBLIC_API_URL || 'http://localhost:8080';
/**
* Type definitions for Subscriptions and Notifications