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 { CLINICAL_THRESHOLDS } from '/pkCore.js';
import { CLINICAL_THRESHOLDS } from './pkCore.js';
import { t } from './i18n.js';
export function updateChartAnnotations(chart, mode, currentYMax) {