feat: integrate XSLT Tools with toolbox portal

This commit is contained in:
2026-07-20 18:16:18 +02:00
parent 3193cc395c
commit 8f8a59e76c
36 changed files with 1737 additions and 243 deletions

View File

@@ -2,7 +2,11 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig({
base: './',
plugins: [react()],
resolve: {
dedupe: ['react', 'react-dom'],
},
server: {
host: true,
allowedHosts: ['xslttools.add-ideas.de'], // ← ADD THIS