fixed bug with logistics

This commit is contained in:
GotthardG
2024-12-11 10:10:43 +01:00
parent 5488df4318
commit 9160339961
14 changed files with 4497 additions and 5 deletions

View File

@ -1,2 +0,0 @@
VITE_OPENAPI_BASE_DEV=https://127.0.0.1:8000
VITE_OPENAPI_BASE_TEST=https://mx-aare-test.psi.ch:8000

View File

@ -2,7 +2,6 @@ import { defineConfig, loadEnv } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
// Charge les variables du .env correspondant au mode
const env = loadEnv(mode, process.cwd(), '');
console.log(`Active mode: ${mode}`);