Erweiterungen

This commit is contained in:
2026-02-13 09:16:32 +01:00
parent 27f98ca7d9
commit 120a8e0571
9 changed files with 2031 additions and 2223 deletions

9
vite.config.ts Normal file
View File

@@ -0,0 +1,9 @@
import { UserConfigFn } from 'vite';
import { overrideVaadinConfig } from './vite.generated';
const customConfig: UserConfigFn = (env) => ({
// Here you can add custom Vite parameters
// https://vitejs.dev/config/
});
export default overrideVaadinConfig(customConfig);