first commit

This commit is contained in:
2026-06-08 16:06:43 +02:00
commit b07b09c28e
38 changed files with 18827 additions and 0 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);