From 89dc265e1b90a31b0f48d4f1a97a8a486549e9ea Mon Sep 17 00:00:00 2001 From: Spythere Date: Wed, 11 Feb 2026 23:24:23 +0100 Subject: [PATCH] hotfix(app): caching CSS files; reusing global styles in App.vue --- src/App.vue | 1 + vite.config.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index cf6996e..5075757 100644 --- a/src/App.vue +++ b/src/App.vue @@ -212,6 +212,7 @@ export default defineComponent({