DataGrid fix for column resizing
This commit is contained in:
@@ -2,7 +2,8 @@ VITE_API_BASE_URL=http://127.0.0.1:8000
|
||||
|
||||
# Web UI
|
||||
WEBUI_PUBLISHED_PORT=5173
|
||||
VITE_API_BASE_URL=/api/v1
|
||||
# API base url without /api/v1 or similar parts
|
||||
VITE_API_BASE_URL=
|
||||
# For local Vite development outside Docker:
|
||||
# VITE_DEV_API_PROXY_TARGET=http://127.0.0.1:8000
|
||||
CORS_ORIGINS=http://localhost:5173,http://127.0.0.1:5173,http://localhost:8080
|
||||
|
||||
Reference in New Issue
Block a user