refacto: Making Tailwind offline + making it Tauri compatible for compilation

This commit is contained in:
gauvainboiche
2026-08-01 21:48:49 +02:00
parent 512857d0cf
commit 9c16fd6305
13 changed files with 561 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { MODES, PK_MODELS, CLINICAL_THRESHOLDS, generateSimulationData } from '/pkCore.js';
import { MODES, PK_MODELS, CLINICAL_THRESHOLDS, generateSimulationData } from './pkCore.js';
import { adjustChartYScale } from './chartManager.js';
import { initCalculatorUI } from './calculator.js';
import { generatePDFReport } from './pdfExport.js';