This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git

commit 13908215a59afb99883f6ab4a929469ec50aa8b5
Author: Simon Bin <[email protected]>
AuthorDate: Thu Nov 27 22:09:01 2025 +0100

    manually include node modules for vitest css resolution
---
 jena-fuseki2/jena-fuseki-ui/vite.config.js | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/jena-fuseki2/jena-fuseki-ui/vite.config.js 
b/jena-fuseki2/jena-fuseki-ui/vite.config.js
index 9633b7165b..e3269156f8 100644
--- a/jena-fuseki2/jena-fuseki-ui/vite.config.js
+++ b/jena-fuseki2/jena-fuseki-ui/vite.config.js
@@ -67,6 +67,14 @@ export default defineConfig({
     globals: true,
     environment: 'jsdom',
     css: true,
+    server: {
+      deps: {
+        inline: [
+          /yasgui-geo-tg/,
+          /leaflet/,
+        ]
+      }
+    },
     mockReset: true,
     restoreMocks: true,
     clearMocks: true,

Reply via email to