mirror of
https://github.com/mersel-dss/mersel-dss-ui.git
synced 2026-04-27 00:25:53 +03:00
[PR #1] fix: Vite değişkenlerinin uygulamaya yansımaması #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mersel-dss-ui#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mersel-dss/mersel-dss-ui/pull/1
Author: @berkaygkc
Created: 11/19/2025
Status: 🔄 Open
Base:
main← Head:fix/environment-fix📝 Commits (2)
bf15154fix: Değişkenlerin uygulamaya yansımaması problemi dev ve dockerfile üzerinde fixlenmiştir.464c8e6chore: tanım dosyaları temizlenmiştir.📊 Changes
8 files changed (+34 additions, -18 deletions)
View changed files
📝
.env.development(+2 -1)📝
.env.example(+4 -2)📝
.env.production(+2 -1)📝
devops/docker/Dockerfile(+12 -5)📝
devops/docker/docker-compose.yml(+6 -4)📝
devops/docker/env.example(+5 -2)📝
src/lib/runtime-config.ts(+2 -2)📝
src/vite-env.d.ts(+1 -1)📄 Description
Önceki sürümde belirtilmiş olan değişkenler uygulamaya yansımıyordu ve file overwrite (public/config.js) edilmeden değişkenler güncellenemiyordu. Gerek development ortamında, gerekse build aşamasında değişkenlerin kullanılabilmesi için gerekli değişiklikler yapıldı.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.