fix(machine-ui): restore machine detail layout and align api base url

This commit is contained in:
Matthieu
2025-09-19 15:00:56 +02:00
parent b0c3b2b646
commit e33e91ee26
4 changed files with 303 additions and 43 deletions

View File

@@ -1,5 +1,5 @@
# Configuration de l'API backend
NUXT_PUBLIC_API_BASE_URL=http://localhost:3000/api
NUXT_PUBLIC_API_BASE_URL=http://localhost:3000
# Configuration du serveur de développement
NUXT_PUBLIC_APP_URL=http://localhost:3001
@@ -21,4 +21,4 @@ NUXT_PUBLIC_LOG_LEVEL=debug
# Configuration des timeouts
NUXT_PUBLIC_API_TIMEOUT=30000
NUXT_PUBLIC_REQUEST_TIMEOUT=10000
NUXT_PUBLIC_REQUEST_TIMEOUT=10000